Minor updates to e2e test instructions on Windows
This commit is contained in:
parent
3d99125ced
commit
0489dcc8da
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,7 @@ and start following these steps to get going:
|
||||||
3. Run `dos2unix ./test/end-to-end-tests/*.sh ./test/end-to-end-tests/synapse/*.sh ./test/end-to-end-tests/riot/*.sh`
|
3. Run `dos2unix ./test/end-to-end-tests/*.sh ./test/end-to-end-tests/synapse/*.sh ./test/end-to-end-tests/riot/*.sh`
|
||||||
4. Install NodeJS for ubuntu:
|
4. Install NodeJS for ubuntu:
|
||||||
```bash
|
```bash
|
||||||
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
|
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install nodejs
|
sudo apt-get install nodejs
|
||||||
```
|
```
|
||||||
|
@ -24,6 +24,7 @@ and start following these steps to get going:
|
||||||
```bash
|
```bash
|
||||||
cd ./test/end-to-end-tests
|
cd ./test/end-to-end-tests
|
||||||
./synapse/install.sh
|
./synapse/install.sh
|
||||||
|
./install.sh
|
||||||
./run.sh --riot-url http://localhost:8080 --no-sandbox
|
./run.sh --riot-url http://localhost:8080 --no-sandbox
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue