Changelog
2.1.2
16th July 2026
Fix
- Resolve path resolution for CSS file when using Common JS
2.1.1
9th July 2025
Feature
- Add custom CSS when taking screenshots
Fix
- Add annotation to
playwrightTest, not our newtestfor report - Correct
FrameworkPage.setContentAndScriptTagtype signature to match its implementation ((content?: string, path?: string) => Promise<void>, not() => void)
Dependencies
- Update several dependencies (non-breaking)
2.1.0
8th May 2025
Feature
- Expose more
utilsmethods for project use - Add
setContentAndScriptTagmethod for quick content & JS setting - Update CI reporter output
2.0.0
21st February 2025
Feature
- Complete re-write of functionality (see upgrading docs for details)
- Added dynamic host switching - swaps the base domain depending on environment
- Refined dynamic test - added
.mobileand.desktopprefixes to target - Moved away from projects per folder and only have device projects
- Refined
typo3function - Removed
testbed
1.1.0
3rd October 2024
Refactor
- Move
testbedto be an export of the main file
Fix
- Include the
distfiles in the NPM package
1.0.1
3rd October 2024
Dependencies
- Release version 1.0.1. 1.0.0 was accidentally released in December 2023 and NPM won’t let you republish
1.0.0
3rd October 2024
Feat
- Initial release