Skip to content

KGLWS/demoBlaze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

The following software is required:

Node.js 14+
Now you are ready to clone the repository


run command to install all dependencies

Test Organization

  1. Integration (1_int) - Validate individual UI components.
  2. API (2_api) - Validate web API methods handle requests with proper responses.

Testcase Names

Tests defined in the spec files use describe, context, and it blocks. All those terms combined make up a testcase's full name. Generally the pattern followed should be:

  1. describe - Test type
  2. context - Component
  3. it - Functionality

Commands to run and generate html report

run this command to generate local html report with screenshots: npx cypress run

demoBlaze

About

demoblaze.com framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors