Tests generated using the Selenium IDE for LibreCores
Currently tests run against Firefox and Chrome
- NodeJS
- Firefox or Chrome
- Perform an
npm install
to install dependencies (one-time only) npm test
ornpm run test:staging:chrome
Runs tests against LibreCores Staging using Chromenpm run test:staging:firefox
Runs tests against LibreCores Staging using Firefoxnpm run test:local:chrome
Runs tests against local dev environment using Chromenpm run test:local:firefox
Runs tests against local dev environment using Firefox
Install the Selenium IDE plugin in the browser and open LibreCores.side
in the Selenium IDE to make modifications