AsadHasan / TestCafe-MySuperMarket-Tests

Automation test of MySuperMarket website, using TestCafe with Typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Codacy Badge Build status

TestCafe web automation tests

Basic automation test for MySuperMarket website, using TestCafe with Typescript. Test runs parallel on all the browsers installed on the test server (it currently runs on Appveyor CI server, on Chrome, IE and Firefox on their Windows machine).

To run locally

  • Prerequisite: Requires Node to be already installed.
  • Clone repository locally (or download as zipped, and unzip to required directory).
  • In project root directory, run npm install to install dependencies.
  • In same directory, run npm test, this will run the test on all browsers installed locally.

About

Automation test of MySuperMarket website, using TestCafe with Typescript


Languages

Language:TypeScript 100.0%