Skip to content
This repository was archived by the owner on Nov 21, 2023. It is now read-only.

v1.0.5

Choose a tag to compare

@JasonLandbridge JasonLandbridge released this 17 Oct 10:01
· 9 commits to master since this release

1.0.5 (2023-10-17)

Bug Fixes

  • cypress-auth0-simulator: Fixed "process is undefined" when running Cypress and replaced it with the recommended Cypress.env() (4902ffa)
  • cypress-auth0-simulator: Re-added the task encrypt to Cypress config (e3657e3)
  • cypress-auth0-simulator: Replaced the cypress.env.json import with Cypress env variables (da0b01f)
  • cypress-integration: Added Cypress data tags to Vue example app (bac80be)
  • cypress-integration: Fixed an issue where the wrong port was set to communicate with the Auth0 Simulator service (2c65e8f)
  • cypress-integration: Fixed cypress commands pathing (9361942)
  • cypress-integration: Fixed exporting too much (8d42678)
  • cypress-integration: Fixed logging, dont use cy.log! (01fbe9a)
  • cypress-integration: Fixed the createSimulation config not being overrideable (29514ef)
  • cypress-integration: Fixed Typescript errors (cd944b5)
  • cypress-integration: Removed the AUTH0_RUNNING_PORT (3ee7555)
  • cypress-integration: Tweaked tsconfig.json (f888f45)

Reverts