Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

Pull the code from this repo git clone https://livingwater@bitbucket.org/living-water-js/testcafe-basics.git

Be sure to add testcafe to your projects dependencies using the command npm install testcafe --save-dev

Use the following link to get a better understanding of the TestController api https://devexpress.github.io/testcafe/documentation/reference/test-api/selector/

Visit https://devexpress.github.io/testcafe/documentation/guides/basic-guides/assert.html for more info on this basic structure

...