https://github.com/geozi/selenium-javascript-jest-alinks
The project showcases the use of Selenium with JavaScript and Jest for performing clicking tests on a series of <a> elements.
https://github.com/geozi/selenium-javascript-jest-alinks
functional-testing jest selenium-javascript
Last synced: 4 months ago
JSON representation
The project showcases the use of Selenium with JavaScript and Jest for performing clicking tests on a series of <a> elements.
- Host: GitHub
- URL: https://github.com/geozi/selenium-javascript-jest-alinks
- Owner: geozi
- Created: 2024-10-06T17:09:47.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-01-02T12:04:19.000Z (6 months ago)
- Last Synced: 2025-01-03T21:41:29.756Z (6 months ago)
- Topics: functional-testing, jest, selenium-javascript
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# selenium-javascript-jest-alinks

## About the project
The project showcases the use of Selenium with JavaScript and its combination with the Jest testing framework for performing User Interface (UI) tests on a series of <a> elements.
## Website[^1]
The website where the elements are located is the .
## Web element(s) under test
The web elements tested were a series of <a> links found on the landing page of the website:
![]()
## Dependencies
```json
"dependencies": {
"selenium-webdriver": "^4.25.0"
},
"devDependencies": {
"jest": "^29.7.0"
}
```[^1]: Disclaimer: This website was tested in order to showcase the use of Selenium with Javascript and Jest, and such testing does not constitute an endorsement or promotion of said website.