/cypress-ct-analog-example

An example project with Analog and Cypress Component Testing

Primary LanguageTypeScript

Analog App

This project was generated with Analog, the fullstack meta-framework for Angular.

Setup

Run npm install to install the application dependencies.

Sample Component Test

Run npm run ct to open up Cypress and run the Button Component Test.

Development

Run npm start for a dev server. Navigate to http://localhost:5173/. The application automatically reloads if you change any of the source files.

Build

Run npm run build to build the client/server project. The client build artifacts are located in the dist/analog/public directory. The server for the API build artifacts are located in the dist/analog/server directory.

Test

Run npm run test to run unit tests with Vitest.

Community

Credits

Credit for the cypress-ct-analog package goes to https://github.com/QuantariusRay/cypress-ct-analog