Skip to content

Commit

Permalink
Prepare for 1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dpanshug committed Dec 3, 2024
1 parent 49a9c75 commit 76be56d
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 9 deletions.
23 changes: 19 additions & 4 deletions CHANGELOG.md
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)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Click the refresh button in the Test Explorer title bar to update the list of te

## Requirements

- Visual Studio Code v1.60.0 or higher
- Visual Studio Code v1.92.0 or higher
- Node.js and npm installed
- Cypress installed in your project

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"url": "https://github.com/dpanshug/cypress-test-explorer"
},
"description": "The ultimate tool for managing and running your Cypress tests directly within Visual Studio Code.",
"version": "0.1.0",
"version": "1.0.0",
"engines": {
"vscode": "^1.60.0"
"vscode": "^1.92.0"
},
"categories": [
"Testing"
Expand Down

0 comments on commit 76be56d

Please sign in to comment.