Skip to content

zentestuken/webdriverjs_book_store_tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webdriverjs_book_store_tests

Well, these are some tests written in Node.js using Selenium Webdriver for Javascript. All tests work with "Book Store" demo site at https://demoqa.com/

Requirements:

  • Node.js
    • selenium-webdriver module
    • chai module
    • chai-as-promised module
    • chromedriver module
    • faker module
    • mocha module
  • Google Chrome browser
  • chromedriver executable in PATH

!Issues:

  • For some reason unbeknownst to me, some tests fail when all test files executed in batch (i.e. via 'mocha test'). Running them separately one by one allows to avoid this.
  • To be tested on devices with Full HD displays. When run on devices with smaller screens (especially by height), some tests may fail due to elements overlap.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published