[Feature] Include local build and testing steps for contributors · Issue #6298 · ScoopInstaller/Scoop · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
While looking into fixing a bug report I posted, I had difficulties with figuring out how to build scoop from source (If that's even a powershell thing - I couldn't find any help from google on this either), or how to get the tests to cooperate and function while being run locally from a cloned repo.
This meant I can't properly test that any scoop CLI commands function properly after changes, nor can I run tests locally to ensure everything would still pass.
Describe the solution you'd like
A basic guide or list of steps on:
How to build or setup your local copy so you can run and test scoop commands. Bonus points if this can be done in a way that allows visual studio code's debugger tools to stop on breakpoints and step through the code.
How to set up and properly run the tests locally.
Describe alternatives you've considered
N/A
The text was updated successfully, but these errors were encountered:
Just run ./bin/test.ps1, it will run all the test for Scoop Core (though some functions may not contain test scripts).
That's the process I was following, and was unable to get a state that was passing despite the code passing in github actions on this repo. Here's the output when run on the current state of /develop:
Feature Request
Is your feature request related to a problem? Please describe.
While looking into fixing a bug report I posted, I had difficulties with figuring out how to build scoop from source (If that's even a powershell thing - I couldn't find any help from google on this either), or how to get the tests to cooperate and function while being run locally from a cloned repo.
This meant I can't properly test that any
scoop
CLI commands function properly after changes, nor can I run tests locally to ensure everything would still pass.Describe the solution you'd like
A basic guide or list of steps on:
Describe alternatives you've considered
N/A
The text was updated successfully, but these errors were encountered: