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.
To run the tests, the following will be needed:
- Node.js (v20.11.1 or higher)
"dependencies": {
"jest": "^29.7.0",
"jsdom": "^25.0.1",
"selenium-webdriver": "^4.25.0"
}