Skip to content

Commit

Permalink
Release v0.4.1 (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmarescu authored Jan 8, 2025
1 parent b4a4d2a commit cd4a787
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 13 deletions.
36 changes: 24 additions & 12 deletions packages/shortest/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,27 @@
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.
org/spec/v2.0.0.html).
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.4.1] - 2025-01-07

### Added
- Update readme with CLI example by @Harry Roper
- Update README with non-engineer introduction and example tests by @devin-ai-integration[bot]
- Add token usage details in summary by @khalatevarun
- Add baseURL configuration to BrowserManager context by @PedroAVJ
- Update test command example with directory path by @devin-ai-integration[bot]
- Move AI processing logic to more appropriate location by @PedroAVJ

### Fixed
- Improve AI handling of newly opened tabs by @rmarescu

## [0.4.0] - 2025-01-02

### Added
- Added chained tests by @crabest
- Added 'before' function by @slavingia
- Added Bash tool by @gladyshcodes
- Chained testing by @crabest
- 'before' function support by @slavingia
- Bash tool by @gladyshcodes

### Changed
- Adjusted the prompt to expect successful test execution by @crabest
Expand All @@ -29,12 +41,12 @@ org/spec/v2.0.0.html).
## [0.3.0] - 2024-12-30

### Changes
- Added Caching
- Added Caching

## [0.2.1] - 2024-12-27

## Added
- Mailosaur integration with error handling for email validation
- Mailosaur integration with error handling for email validation
- Browser-based email preview functionality
- Test execution delay utility (sleep_milliseconds)

Expand All @@ -46,7 +58,7 @@ org/spec/v2.0.0.html).

## [0.1.0] - 2024-12-19

### Added
### Added
- Added mouse tracking and click animations for better user experience

## [0.0.9] - 2024-12-17
Expand All @@ -57,8 +69,8 @@ org/spec/v2.0.0.html).
## [0.0.8] - 2024-12-16

### Added
- Added support for playwright's browser and playwright object model
- Rename test namespace to shortest
- Added support for playwright's browser and playwright object model
- Rename test namespace to shortest
- Added new lifecycle method called .after() that will only run after the specific test case
- Improve system prompt to be more robust and structured
- Added Windows support for playwright install command
Expand Down Expand Up @@ -95,7 +107,7 @@ org/spec/v2.0.0.html).

### Changed
- Simplified test writing with a more intuitive API
- Moved screenshots to `.shortest/screenshots` directory with auto-cleanup
- Moved screenshots to `.shortest/screenshots` directory with auto-cleanup
- Removed browser session persistence

## [0.0.3] - 2024-12-01
Expand Down Expand Up @@ -136,4 +148,4 @@ org/spec/v2.0.0.html).
- Anthropic AI SDK 0.32.0
- esbuild ^0.20.1
- expect ^29.7.0
- dotenv ^16.4.5
- dotenv ^16.4.5
2 changes: 1 addition & 1 deletion packages/shortest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antiwork/shortest",
"version": "0.4.0",
"version": "0.4.1",
"description": "AI-powered natural language end-to-end testing framework",
"type": "module",
"main": "./dist/index.js",
Expand Down

0 comments on commit cd4a787

Please sign in to comment.