Playwright_Cucumber_TS
Playwright_Cucumber_TS copied to clipboard
Feature/config
- Fixed passing tags and browser as npm arguments
- Appended Browser and OS details to report
- Enabled opening trace files from hosted report
- Added npm script to open report in browser
- Added support for multiple tabs 🚀
- Separated Artifact, Fixture & Scenario managers from hooks
- Added an
@api
testing scenario - Segregated
IFixture
interface - Attach logs to the report. (by default capped to 100 lines)
- Added
@only
and@ignore
tags. - Added
@disable:video
,@disable:screenshot
,@disable:trace
,@disable:log
tags - Added cucumber extension settings for vscode
- Updated the readme file
- Added MIT license. Allows everyone to use this