Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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
```