Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Releases: briebug/cypress-schematic

v5.0.1

27 Jul 14:56
Compare
Choose a tag to compare

v5.0.0

22 Apr 16:16
Compare
Choose a tag to compare

⬆️   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...v5.0.0

v4.4.0

07 Dec 16:21
Compare
Choose a tag to compare

⬆️   added support for Cypress v6
⬆️   added support for Node 14 to CI

v4.3.0

03 Nov 03:14
Compare
Choose a tag to compare

🦊   added support for firefox

v4.2.4

28 Oct 18:40
Compare
Choose a tag to compare

🐛   implement support for tsConfig path (string)

v4.2.3

15 Oct 18:04
Compare
Choose a tag to compare

✨   add quiet option to pass it to the cypress CLI

v4.2.2

15 Oct 13:52
Compare
Choose a tag to compare

🔧   enabled additional properties in builder schema

v4.2.1

14 Oct 21:24
Compare
Choose a tag to compare

🔧   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

07 Oct 15:45
Compare
Choose a tag to compare

✨   Full support for Angular 10 and workspace projects
🐛   Bug squashing

v4.1.0

03 Oct 02:29
Compare
Choose a tag to compare

⬆️   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