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

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.

Awesome Lists containing this project

README

        

# selenium-javascript-jest-alinks

![Functional Testing Demo App](https://img.shields.io/badge/Demo_project-blue)

## 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.