Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 443 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 443 Bytes

TestCafe-BDD

TestCafe framework repo to troubleshoot problems to implement using CucumberJS

Setup

  • Download or clone this repo
  • Run npm install

Install Testcafe

  • Run npm install Testcafe

Run Test

  • npm run test
  • refer to package.json for the script

Known issues

Unable to use ES6 syntax of creating and importing classes with this setup. Ticket raised with Testcafe support for now to understand how this can be implemented