Skip to content

Commit b3b4388

Browse files
GuillaumeGomezsyphar
authored andcommitted
Add some extra docs about GUI tests
1 parent 8b60131 commit b3b4388

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,18 @@ To run GUI tests:
115115
They use the [browser-ui-test](https://github.com/GuillaumeGomez/browser-UI-test/) framework. You
116116
can take a look at its [documentation](https://github.com/GuillaumeGomez/browser-UI-test/blob/master/goml-script.md).
117117

118+
Alternatively, you can start the web server and run the test manually:
119+
120+
```
121+
node gui-tests/tester.js
122+
```
123+
124+
For this to work, you need to install the `browser-ui-test` package:
125+
126+
```
127+
npm install browser-ui-test
128+
```
129+
118130
### Pure docker-compose
119131

120132
If you have trouble with the above commands, consider using `docker-compose up --build`,

0 commit comments

Comments
 (0)