-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
24 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,24 @@ | ||
# Change Log | ||
|
||
All notable changes to the "cypress-test-explorer" extension will be documented in this file. | ||
All notable changes to the "Cypress Test Explorer" extension will be documented in this file. | ||
|
||
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. | ||
## [1.0.0] - 2024-03-12 | ||
|
||
## [Unreleased] | ||
### Added | ||
|
||
- Initial release | ||
- 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. | ||
|
||
### Changed | ||
|
||
- N/A (Initial release) | ||
|
||
### Fixed | ||
|
||
- N/A (Initial release) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters