Playwright_Cucumber_TS icon indicating copy to clipboard operation
Playwright_Cucumber_TS copied to clipboard

Feature/config

Open AlexSicoe opened this issue 10 months ago • 1 comments

  • 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

AlexSicoe avatar Apr 02 '24 16:04 AlexSicoe