Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 742 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 742 Bytes

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.