Skip to content

Releases: dpanshug/cypress-test-explorer

v1.0.3

04 Dec 17:13
61b2933
Compare
Choose a tag to compare

v1.0.3

Fixed

  • Bug inside run all

v1.0.2

04 Dec 08:12
Compare
Choose a tag to compare

v1.0.2

  • Added support for VSCode version v1.60.0 and above.

v1.0.1

03 Dec 12:04
Compare
Choose a tag to compare

v1.0.1

  • Added custom logo for the extension

v1.0.0

03 Dec 10:35
Compare
Choose a tag to compare

v1.0.0

  • Initial release of Cypress Test Explorer
  • Tree view for displaying Cypress test files
  • Ability to run individual tests or all tests
  • Environment variable management through a dedicated view
  • Custom starting folder and project path configuration
  • Support for both TypeScript (.cy.ts) and JavaScript (.cy.js) test files
  • Refresh functionality to update the test tree
  • Integration with VS Code's task system for running tests, allowing tests to be executed in a queue.