Skip to content

v1.0.0

Compare
Choose a tag to compare
@dpanshug dpanshug released this 03 Dec 10:35
· 12 commits to main since this release

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.