We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b60131 commit b3b4388Copy full SHA for b3b4388
README.md
@@ -115,6 +115,18 @@ To run GUI tests:
115
They use the [browser-ui-test](https://github.com/GuillaumeGomez/browser-UI-test/) framework. You
116
can take a look at its [documentation](https://github.com/GuillaumeGomez/browser-UI-test/blob/master/goml-script.md).
117
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
130
### Pure docker-compose
131
132
If you have trouble with the above commands, consider using `docker-compose up --build`,
0 commit comments