-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
yhAutomationQA edited this page May 16, 2026
·
1 revision
- Node.js 20+
- npm 10+
- Java 8+ (for Allure report generation)
- Docker Desktop 4.x+ (optional, for containerized runs)
git clone https://github.com/yhAutomationQA/cypress-javascript-bdd-framework.git
cd cypress-javascript-bdd-framework
npm install# Open Cypress Test Runner (dev environment)
npm run open
# Headless execution
npm run test
# Run with reports
npm run test && npm run report:generateCopy the example env file and adjust as needed:
cp .env.example .env.devOr set environment variables directly:
export ENV=qa
export BASE_URL=https://www.saucedemo.com
export API_URL=https://jsonplaceholder.typicode.com