This project is a lightweight and simplified version of akveo/ngx-admin, created specifically to support Cypress Ultimate Architecture.
The goal is to provide a minimal, realistic application that Cypress can run tests against without the clutter of not relevant features.
We've removed most of the original ngx-admin modules to keep things focused and maintainable. On the app sidebar, you'll find next features:
- E-commerce – Your main playground for Cypress test scenarios
- Dialog
- Calendar
- Echarts
- Smart Table
- Auth
This app is deployed using GitHub Actions workflow and available at:
🔗 https://pkorolyshyn.github.io/testing-env1
Clone and run the app in just one command:
git clone https://github.com/pkorolyshyn/testing-env1.git
cd testing-env1
npm install --legacy-peer-deps
npm startℹ️ We use --legacy-peer-deps because the project relies on older Angular packages that would otherwise trigger dependency resolution errors.
Once started, open your browser and go to:
http://localhost:4200Now you're free to explore and modify the app to fit your Cypress testing needs.