Closed DmytroNebelskyi closed 16 hours ago
This issue tracker is reserved for bug reports and feature requests.
For anything else, such as questions or getting help, please see:
This issue tracker is reserved for bug reports and feature requests.
For anything else, such as questions or getting help, please see:
But when I was opening ticket there was "Questions", why u closed ?
Hello everyone and thanks in advance !
I have a test named:
test.only("TC-0003-Verify that user can import new HTML Creative Template (300x250)", async ({ page }) => {
And I have a path configuration to be:
snapshotPathTemplate: "{testFileDir}/../snaphots/{projectName}/{testFileName}/{testName}/{arg}{ext}"
By using this approach Playwright generates: /snaphots/regression-chrome/creativeTemplates.spec.ts/TC-0003-Verify-that-user-can-import-new-HTML-Creative-Template-300x250-/banner.png
I do not want to have a long scenario name in the snapshot path: "TC-0003-Verify-that-user-can-import-new-HTML-Creative-Template-300x250-"
Can I somehow cut the name to be: "TC-0003" or can I override it somewhere ?
Thanks a lot !