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

crossbrowsertesting/selenium-headless-webinar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Headless Testing Demo

This repo contains the code used in the Headless Testing Webinar hosted on Oct 29, 2019.

The project is fairly straightforward, with no non-test code.

All the tests are inside the tests/ folder. Every test imports the file tests/testHelper.js for its before function. The before function is used to set up the remote webdriver and gives us a single file to change to affect every test run.

See it run

  • Run npm install to fetch the dependencies
  • From the root folder (where this readme and package.json are) run ./node_modules/.bin/mocha-parallel-tests --max-parallel N ./tests/*.spec.js where N is the number of tests to run in parallel.

Questions, comments, suggestions?

If there is something you'd like us to address, (or just to be aware of,) feel free to reach out to us via the in-app chat feature, via our contact form, or by creating an issue on this repo! We'd love to hear from you.

About

Code used for the Headless Testing webinar from Oct 29 2019

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published