4.0.9 (2023-12-08)
- Update readme with update recommendation
4.0.8 (2023-12-08)
- use root signed certificate (0d51f80)
4.0.7-beta.2 (2023-03-10)
4.0.7-beta.1 (2023-02-17)
4.0.7-beta.0 (2023-02-17)
4.0.7 (2023-12-08)
- update expiring certificates (9b817ec)
4.0.7 (2023-12-08)
- update expiring certificates (9b817ec)
4.0.6 (2023-01-18)
- Resolves Limit node engine to 14.17+ #59 (#62) (b7fb898)
- show package version in debug (89c9fbd)
- support NODE_EXTRA_CA_CERTS (#61) (66d0d66)
4.0.5 (2023-01-11)
4.0.4 (2023-01-10)
4.0.3 (2023-01-09)
4.0.2 (2023-01-09)
4.0.1 (2023-01-09)
Bumping version to skip the existing corrupted 4.0.0 on npm.
4.0.0 (2023-01-09)
This release restores compatibility with Cypress 12 (as well as with the previous versions of Cypress).
- add sourcemaps to npm release (ec90d0e)
- add
run
API - add
spawn
API
- Remove
patch
API - see README for details - Change the parameter types for
run
method - see README for details
3.4.3 (2022-12-12)
- remove console message (bb473d0)
3.4.2 (2022-12-12)
- expose getBinPath (ac576e7)
3.4.0 (2022-12-10)
- cypress 12.0.2 (7ecf9a2)
3.3.0 (2022-12-07)
- cypress 12+ (a33868d)
3.2.0 (2022-11-11)
- monkey patch snapshot config (1f379b0)
3.1.8-beta.0 (2022-11-11)
- monkey patch snapshot config (d5a3fb9)
3.1.7 (2022-10-27)
- handle windows paths (add7e2f)
3.1.6 (2022-10-26)
- normalize and resolve injected path (da94405)
3.1.5 (2022-10-26)
- use verbatim: 'raw' for escodegen (78d9f2c)
3.1.4 (2022-10-24)
3.1.3 (2022-10-24)
- add cypress location arg for patch fn (163c5c4)
3.1.2 (2022-10-21)
- restore js-yaml dependency (cc90c79)
3.1.1 (2022-10-21)
- add label message (d04d394)
3.1.0 (2022-10-21)
- expose API "inject" (e8b9456)
3.0.0 (2022-10-21)
Implement a new patching method that prevent permanent "patching" of cypress installation and causes confusion (and sometimes frustration)
- Starting version 3+, the API methods
run
andpatch
rely onprocess.env.CYPRESS_API_URL
* they do not accept any argument. That's because of a new patching method that doesn't permanently change cypress installation after invokingcy2
. - CLI executable script
cy2
requires CYPRESS_API_URL environment variable, otherwise throws - Deprecated
run
API - Deprecated CYPRESS_PACKAGE_CONFIG_PATH * see API
patch
call
3.0.0-alpha.2 (2022-10-21)
- implement patch and update README (ad95e9d)
3.0.0-alpha.1 (2022-10-20)
3.0.0-alpha.0 (2022-10-20)
- allow init script injection (113a58b)
- Starting version 3+, the API methods
run
andpatch
rely onprocess.env.CYPRESS_API_URL
* they do not accept any argument. That's because of a new patching method that doesn't permanently change cypress installation after invokingcy2
. - CLI executable script
cy2
requires CYPRESS_API_URL environment variable, otherwise throws
2.1.0 (2022-10-19)
- restore original cypress config on exit (64086da)
2.0.1 (2022-08-28)
-
bumping major for safe release, no API changes
-
Release 2.0.0-beta.0
-
Support CYPRESS_RUN_BINARY
-
Release 2.0.0
2.0.0 (2022-03-29)
2.0.0-beta.0 (2021-09-12)
- bumping major for safe release, no API changes
1.3.0 (2021-09-08)
1.2.1 (2021-05-11)
1.2.0 (2021-05-11)
- fix windows and add readme (53adfad)
- add e2e tests (d3e45a1)
1.1.0 (2021-05-08)
1.1.0-beta.0 (2021-04-30)
- add
cy.patch(api)
export (6712541)