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: about 2 months ago
JSON representation
Showcases the use of the jsdom and selenium-webdriver libraries for performing exploratory programming on websites.
- Host: GitHub
- URL: https://github.com/geozi/javascript-jsdom-selenium-jest
- Owner: geozi
- Created: 2024-10-30T09:34:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-30T09:54:37.000Z (over 1 year ago)
- Last Synced: 2025-08-23T05:32:07.314Z (10 months ago)
- Topics: exploratory-programming, jest, jsdom, nodejs, selenium-webdriver, vanilla-js
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# javascript-jsdom-selenium-jest

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