Changelog
3.0.0 (2022-10-21)
Implement a new patching method that prevent permanent "patching" of cypress installation and causes confusion (and sometimes frustration)
run
and patch
rely on process.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 invoking cy2
.cy2
requires CYPRESS_API_URL environment variable, otherwise throwsrun
APIpatch
callChangelog
3.0.0-alpha.0 (2022-10-20)
run
and patch
rely on process.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 invoking cy2
.cy2
requires CYPRESS_API_URL environment variable, otherwise throws