Skip to content

dreamquality/cypress-allure-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cypress E2E TypeScript

Automation Testing Framework using Cypress, TypeScript, and Allure Reporter.

Cypress TypeScript Allure

Description

This project provides a template for writing E2E tests with Cypress, using TypeScript, and generating automated Allure Reports.
It can be used as a starting point for building and running automation tests on various projects.

Installation

  1. Clone the repository:

    git clone https://github.com/dreamquality/cypress-allure-starter.git

    (Replace the URL if your repository differs.)

  2. Navigate to the project directory:

    cd cypress-allure-starter
  3. Install dependencies:

    npm install

    or

    yarn

    (depending on your package manager)

NPM Scripts

  • cy:open — Opens the Cypress GUI for interactive test execution.
  • cy:run — Runs tests via CLI using config/cypress.config.ts with Allure enabled.
  • report — Generates and opens an Allure report from the results in reports/ui/allure-results.
  • allure:generate — Generates an Allure report from the default allure-results folder.
  • clear — Deletes the reports/** directory to clean up old results.

License

This project is licensed under the ISC license (or any other license defined in your repository).


Author: dreamquality

About

Automation Testing framework using cypress, typescript and allure-reporter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published