mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
Update CONTRIBUTING.md (#3966)
* Update CONTRIBUTING.md * Update CONTRIBUTING.md
This commit is contained in:
parent
4e59e0b1b2
commit
4044971af0
1 changed files with 6 additions and 0 deletions
6
.github/CONTRIBUTING.md
vendored
6
.github/CONTRIBUTING.md
vendored
|
|
@ -48,6 +48,12 @@ To start the testing suite run:
|
|||
|
||||
yarn e2e
|
||||
|
||||
This will run Cypress in watch-mode, and it will pick up and rebuild any changes to JS files. If you need to change other files (like CSS for example), you need to run the respective `yarn build:*` scripts.
|
||||
|
||||
Alternatively the following command is the same as the above, except it doesn't run `build` first:
|
||||
|
||||
yarn e2e:skip-build
|
||||
|
||||
To generate the boilerplate for a new test run:
|
||||
|
||||
yarn e2e:generate
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue