Skip to content

Showcases the use of the jsdom and selenium-webdriver libraries for performing exploratory programming on websites.

Notifications You must be signed in to change notification settings

geozi/javascript-jsdom-selenium-jest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

javascript-jsdom-selenium-jest

Unit testing demo project

About the project

The project showcases the use of the jsdom and selenium-webdriver libraries for performing exploratory programming on websites, with the Jest framework being used for testing.

Prerequisites

To run the tests, the following will be needed:

  • Node.js (v20.11.1 or higher)

Dependencies

  "dependencies": {
    "jest": "^29.7.0",
    "jsdom": "^25.0.1",
    "selenium-webdriver": "^4.25.0"
  }

About

Showcases the use of the jsdom and selenium-webdriver libraries for performing exploratory programming on websites.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published