Skip to content
This repository was archived by the owner on Jan 16, 2023. It is now read-only.

Files

Latest commit

 

History

History

selenium-tests

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Selenium Tests for LibreCores

Tests generated using the Selenium IDE for LibreCores

Currently tests run against Firefox and Chrome

Running the tests

Pre-requisites

  1. NodeJS
  2. Firefox or Chrome

Running the tests

  1. Perform an npm install to install dependencies (one-time only)
  2. npm test or npm run test:staging:chrome Runs tests against LibreCores Staging using Chrome
  3. npm run test:staging:firefox Runs tests against LibreCores Staging using Firefox
  4. npm run test:local:chrome Runs tests against local dev environment using Chrome
  5. npm run test:local:firefox Runs tests against local dev environment using Firefox

Modifying the tests

Install the Selenium IDE plugin in the browser and open LibreCores.side in the Selenium IDE to make modifications