example of automated test suit with stack:
- node.js
- cypress
npm install
if running on UNIX install cypress dependencies
apt-get install xvfb libgtk2.0-0 libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2
npm run test
npm run test-headless
| Name | Name | Last commit date | ||
|---|---|---|---|---|
example of automated test suit with stack:
npm install
if running on UNIX install cypress dependencies
apt-get install xvfb libgtk2.0-0 libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2
npm run test
npm run test-headless