https://github.com/govalta/ui-components-cypress-automation
This repository is intended to hold all Cypress Automation tests for the ui-components project
https://github.com/govalta/ui-components-cypress-automation
Last synced: 12 months ago
JSON representation
This repository is intended to hold all Cypress Automation tests for the ui-components project
- Host: GitHub
- URL: https://github.com/govalta/ui-components-cypress-automation
- Owner: GovAlta
- Created: 2024-07-19T20:58:49.000Z (about 2 years ago)
- Default Branch: alpha
- Last Pushed: 2024-12-12T23:02:22.000Z (over 1 year ago)
- Last Synced: 2025-03-14T13:12:44.713Z (over 1 year ago)
- Language: TypeScript
- Size: 920 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Overview
This repository is intended for all Cypress automation of Alberta Government's DDD Design System Components
## Commands
- Build Angular Application- `npm run build:angular`
- Build React Application - `npm run build:react`
- Run Angular Application - `npm run run:angular`
- Run React Application - `npm run run:react`
- Run Angular Cypress Tests - `npm run test:angular`
- Run React Cypress Tests - `npm run test:react`