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
Copy file name to clipboardExpand all lines: docs/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -593,12 +593,12 @@ Then browse to [http://localhost:3333/](http://localhost:3333/), you can login w
593
593
## Testing
594
594
We provide some functional tests and unit tests. They use the docker setup to run the functional tests. You will also need [yarn](https://yarnpkg.com) and [node.js](https://nodejs.org/en/) to run them. When you have docker, yarn and node.js installed, you can run the tests from the root of the repository like this:
595
595
```
596
-
bash runtests.bash
596
+
sh runtests.sh
597
597
```
598
598
599
599
To show the browser window + a debugger while running the functional tests you can run:
0 commit comments