Skip to content
This repository has been archived by the owner on Jul 6, 2022. It is now read-only.

Commit

Permalink
doc: add more intuitive e2e commands
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsenta committed Jan 17, 2022
1 parent 9349222 commit 7945488
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,10 @@ From the root of the repository, run:

```
# Starts browser-navigable web page
yarn run start:test-server:dev
yarn run start:e2e:mocha
# Starts backend servers
yarn run test:e2e:dev-setup
yarn run start:e2e:docker
```

Then choose between the following run options:
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
"bootstrap": "lerna bootstrap",
"start": "lerna run start --parallel",
"test:unit": "lerna run test:unit --parallel",
"start:e2e:mocha": "yarn run start:test-server:dev",
"start:e2e:docker": "yarn run test:e2e:dev-setup",
"start:test-server": "node e2e-server.js",
"start:test-server:dev": "node e2e-server.js --dev",
"test:e2e": "bash test.sh stable",
Expand Down

0 comments on commit 7945488

Please sign in to comment.