mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-24 02:38:58 +00:00
Merge pull request #578 from rosenfeld/improve-contributing-guide
Improve the Contributing guide
This commit is contained in:
commit
afdde04743
1 changed files with 4 additions and 1 deletions
|
|
@ -26,7 +26,10 @@ Unit tests are using Jest and can be run with:
|
|||
|
||||
For acceptance (or end to end) tests, we use [Webdriverio](http://webdriver.io). For it to run locally, you need to install selenium standalone server, just follow [the guide](http://webdriver.io/guide.html) to do so. You can also install Selenium Standalone server from NPM:
|
||||
|
||||
`npm install selenium-standalone`
|
||||
```bash
|
||||
npm install selenium-standalone -g
|
||||
selenium-standalone install
|
||||
```
|
||||
|
||||
And then launch it:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue