Skip to content

The project showcases the use of Selenium with JavaScript and Jest for performing functional tests on a navbar

Notifications You must be signed in to change notification settings

geozi/selenium-javascript-jest-navbar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

selenium-javascript-jest-navbar

Functional Testing Demo App

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

Website1

The website where the element is located is the https://www.allianz.com/en.html .

Web element under test

The web element tested was the navbar found on the landing page of the website:

Tests performed

There were 2 suites of tests created, each covering a distinct user-initiated keyboard operation:

  • Hovering over each navbar link.
  • Clicking each navbar link.

Dependencies

  "dependencies": {
    "selenium-webdriver": "^4.25.0"
  },
  "devDependencies": {
    "jest": "^29.7.0"
  }

Footnotes

  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.

About

The project showcases the use of Selenium with JavaScript and Jest for performing functional tests on a navbar

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published