1.0.1 • Published 2 years ago
cypress-ct-analog v1.0.1
A simple Cypress Framework Definition for Analog.JS
See the documentation to learn how to author a Framework Definition for your favorite library!
In your Analog.js project:
- npm install cypress cypress-ct-analog
- At the top of your
cypress/support/component.ts
addimport '@angular/compiler'
- Run
cypress open
and select AnalogJS as the framework. Cypress will do the rest.