Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/asadhasan/testcafe-mysupermarket-tests
- Owner: AsadHasan
- Created: 2019-08-07T15:20:51.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T06:32:55.000Z (almost 2 years ago)
- Last Synced: 2024-05-28T22:29:57.006Z (5 months ago)
- Language: TypeScript
- Size: 266 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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.