https://github.com/joakin/hovercards-tests
Hovercards analytics browser tests
https://github.com/joakin/hovercards-tests
Last synced: about 1 year ago
JSON representation
Hovercards analytics browser tests
- Host: GitHub
- URL: https://github.com/joakin/hovercards-tests
- Owner: joakin
- Created: 2016-10-03T10:54:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-13T15:35:17.000Z (over 9 years ago)
- Last Synced: 2025-02-18T19:55:30.757Z (over 1 year ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Browser tests for analyzing and verifying Hovercards behavior.
Needs node 6+, npm 3+
Example of one of the latest test runs:
https://gist.github.com/joakin/3f876fc007758bd8c8f7e5e8bbae84ff
```
npm install
export WAIT_TIME=3000
export TEST_URL=http://localhost:8888/w/index.php/Test_hovercards
node index.js
```
If you want to see the browser windows open `index.js` and change `show: false`
to `show: true`.