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: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -144,7 +144,13 @@ Its easy to get it set:
144
144
* You can check the demo gantt that we use for testing features at: `http://127.0.0.1:8080/docs/demo.html`
145
145
* Use `npm run watch` or do your change in `src` and restart this command refresh the changes.
146
146
147
-
For testing use `npm run test` with e2e tests.
147
+
For testing:
148
+
* Install global dependencies: `npm i -g webdriver-manager`
149
+
* Install selenium webdriver: `npm run webdriver`, it will install something like node_modules/webdriver-manager/selenium/chromedriver_88.0.4324.96.zip
150
+
* Use `npm run test` with e2e tests.
151
+
* Or use `npm run watch:test` to keep watching the tests
0 commit comments