Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vadimnastoyashchy/demoblaze.com
Automation project for demoblaze.com (Cypress Dashboard, Cypress Parallelization, TypeScript, Cypress, Mochawesome reporter, ESLint, CI/CD GitHub, Patterns)
https://github.com/vadimnastoyashchy/demoblaze.com
automation cypress cypress-dashboard cypress-parallel eslint github-actions mochawesome oop testing typescript
Last synced: 9 days ago
JSON representation
Automation project for demoblaze.com (Cypress Dashboard, Cypress Parallelization, TypeScript, Cypress, Mochawesome reporter, ESLint, CI/CD GitHub, Patterns)
- Host: GitHub
- URL: https://github.com/vadimnastoyashchy/demoblaze.com
- Owner: VadimNastoyashchy
- Created: 2022-10-12T06:31:01.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-11T08:39:42.000Z (over 1 year ago)
- Last Synced: 2024-04-28T07:21:04.522Z (8 months ago)
- Topics: automation, cypress, cypress-dashboard, cypress-parallel, eslint, github-actions, mochawesome, oop, testing, typescript
- Language: TypeScript
- Homepage:
- Size: 63.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# demoblaze.com
Cypress automation project for demoblaze.com
# Cypress test automation framework## Getting started
> Before you follow the steps below, make sure you have the
[Node.js](https://nodejs.org/en/download/) installed _globally_ only your system
1. Install all the necessary dependency using npm :
```
npm install
```
### Run test:```
npx run test### Also, don't forget to use:
>_To check syntax for types using TypeScript compiler & identifying problematic patterns found in code before commit._
```
npm run check
```