Releases: briebug/cypress-schematic
v5.0.1
Deprecation
v5.0.0
⬆️ migrated sandboxes to jest
⬆️ cypress as a dev dependency
⬆️ removed ts preprocessor
⬆️ set cypress version to 7
🔥 removed node 10.x support
🔧 added sandbox-v12
🐛 added e2e target if it does not exists
🐛 base url not passed to cypress
v4.4.0
⬆️ added support for Cypress v6
⬆️ added support for Node 14 to CI
v4.3.0
🦊 added support for firefox
v4.2.4
🐛 implement support for tsConfig path (string)
v4.2.3
✨ add quiet option to pass it to the cypress CLI
v4.2.2
🔧 enabled additional properties in builder schema
v4.2.1
🔧 schematic will now create a cypress folder and configuration for each project in the workspace
🔧 added configFile to options
🔧 added host, port and ssl configuration to second sample project
v4.2.0
✨ Full support for Angular 10 and workspace projects
🐛 Bug squashing
v4.1.0
⬆️ upgraded workspace sandbox to Angular 10, rxjs 6.6.x, & typescript 4
⚡ now using cypress run
and open
methods in the builder
🐛 various cleanup and bug fixes