Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/asadhasan/testcafe-mysupermarket-tests

Automation test of MySuperMarket website, using TestCafe with Typescript
https://github.com/asadhasan/testcafe-mysupermarket-tests

Last synced: 9 days ago
JSON representation

Automation test of MySuperMarket website, using TestCafe with Typescript

Awesome Lists containing this project

README

        

[![Codacy Badge](https://api.codacy.com/project/badge/Grade/9afaed6862684025ad61d35aed1b4cac)](https://app.codacy.com/app/asadhasan180/TestCafe-MySuperMarket-Tests?utm_source=github.com&utm_medium=referral&utm_content=AsadHasan/TestCafe-MySuperMarket-Tests&utm_campaign=Badge_Grade_Dashboard)
[![Build status](https://ci.appveyor.com/api/projects/status/t6iowreeo75daymq?svg=true)](https://ci.appveyor.com/project/AsadHasan/testcafe-mysupermarket-tests)

# 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](https://nodejs.org/en/) 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.