Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/geozi/javascript-jsdom-selenium-jest

Showcases the use of the jsdom and selenium-webdriver libraries for performing exploratory programming on websites.
https://github.com/geozi/javascript-jsdom-selenium-jest

exploratory-programming jest jsdom nodejs selenium-webdriver vanilla-js

Last synced: 15 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# javascript-jsdom-selenium-jest
![Unit testing demo project]( https://img.shields.io/badge/Demo_project-blue)

### 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"
}
```