Skip to content

scripting-drafts/Cypress

Repository files navigation

Cypress TypeScript Framework for demoqa

A Cypress framework (TypeScript) targeted at testing https://demoqa.com.
Includes example end-to-end tests, a simple Page Object Model (POM), custom commands, TypeScript configuration notes, and a GitHub Actions workflow for CI.

Install

  1. Clone the repo:
git clone https://github.com/scripting-drafts/Cypress-Framework.git
cd Cypress-Framework
  1. Install dependencies:
npm ci

Run tests locally

  • Open interactive Cypress runner:
npm run cypress:open
  • Run headless (CI-style):
npm run cypress:run
# or
npm run test:ci

CI (GitHub Actions)

  • Checks out the repo
  • Installs Node
  • Runs npm ci
  • Runs npm run test:ci (Cypress headless)

About

TypeScript tests set

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published