Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.11 KB

ReadMe.MD

File metadata and controls

41 lines (27 loc) · 1.11 KB

AutomationPractice.com Testing Suite With TestCafe

This testing suite was built with TestCafe.

alt text

Description:

The purpose of this test suite is to demonstrate using TestCafe to create functional web tests on the website AutomationPractice.com

Tests:

In creating this framework using TestCafe, I have written simple test cases for the following test types:

  1. Smoke Test
  2. Sanity Test
  3. End-to-end Regression Test

Running this test in your local:

If you'd like to try out this TestCafe suite, follow the steps below.

# Open terminal and enter the following commands
git clone https://github.com/brad4au57/eCommerceSite_TestCafe_Suite.git
cd eCommerceSite_TestCafe_Suite
npm install

Then, to run one of the following test commands, try out one or all of the following:

# To run the smoke tests
npm run test:smoketest

# To run the sanity tests
npm run test:sanity

# To run the end-to-end regression tests
npm run test:end2end