playwright-zephyr
playwright-zephyr copied to clipboard
Zephyr reporter for the Playwright
Hi, I like the idea, great job, but it does'n work for playwright for python Is it possible to create a pytest version? Cheers
Bumps [adm-zip](https://github.com/cthackers/adm-zip) from 0.5.14 to 0.5.15. Release notes Sourced from adm-zip's releases. v0.5.15 What's Changed Fix utils canonical to valid posix by @skoniks in cthackers/adm-zip#499 addFile backslash test by @5saviahv...
Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.45.3 to 1.46.0. Release notes Sourced from @playwright/test's releases. v1.46.0 TLS Client Certificates Playwright now allows to supply client-side certificates, so that server can verify them, as...
This will allow this option to work testCycle: { name: `Automated Regression Tests - ${new Date().toLocaleString("en-US", {timeZone: "Pacific/Auckland"})}`, }
Bumps [axios](https://github.com/axios/axios) from 1.7.2 to 1.7.3. Release notes Sourced from axios's releases. Release v1.7.3 Release notes: Bug Fixes adapter: fix progress event emitting; (#6518) (e3c76fc) fetch: fix withCredentials request config...
I assume the environment value is being captured from the projects -> name and I reckon it would be helpful if it can be a user driven value and can...
Currently all runs end up with the same name (different date), being able to configure the name would allow a lot of freedom.
Currently we have to sepcify the output folder for our playwright HTML reports to '../../test-results/html' due to zephyr creating ‘/test-results/zephyr’ . In our company all of our reports go into...