Skip to content

Node tool to easily run multiple test suites, creates a summary html file and log.

License

Notifications You must be signed in to change notification settings

Sigurthorb/BatchSeleniumSuiteRunner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Batch Selenium Suite Runner

The Batch Selenium Suite Runner was created to be able to run multiple selenium test suites without hassle. Simply configure once the userConfig and run by executing the executable or:

npm install
node index.js

The result folder will hold all the reports generated by the selenium standalone server. This tool will generate a report summary of all the tools and write all output of the execution into a log file.

Next updates

Because of a broken build of Selenium Html Runner this tool was created for Selenium Standalone Server 2.53.1 This tool will be updated once the Selenium Html Runner is working again

Run dependecies

Build dependencies

How to Build

clone [email protected]:Sigurthorb/BatchSeleniumSuiteRunner.git
npm install
npm run build

Frequent issues

  • If firefox browser does not close after execution of a test suite the browser needs to be configured to not ask if you want to close multiple tabs. FIX

About

Node tool to easily run multiple test suites, creates a summary html file and log.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published