mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 13:45:36 +03:00
f518684d89
Abstract issue: I have parameterised tests via the titlePath (describe) and they are not shown on the flakiness dashboard. Before #24486 only title() was shown, after #24486 titlePath() will be displayed, but we still did have the testId based on the test.title() and not test.titlePath(). This ends up that they will still be treated as a single spec. After this change they are not treated as a single spec anymore and treated as different ones: <img width="891" alt="image" src="https://github.com/microsoft/playwright/assets/17984549/f24284cd-5d94-4f7e-a45d-8c8e5eb537ef"> Note: This is tested. Follow-up on https://github.com/microsoft/playwright/pull/24486.
13 lines
212 B
JSON
13 lines
212 B
JSON
{
|
|
"name": "flakiness-dashboard",
|
|
"version": "",
|
|
"description": "",
|
|
"scripts": {
|
|
"test": "echo \"No tests yet...\""
|
|
},
|
|
"author": "",
|
|
"dependencies": {
|
|
"@azure/storage-blob": "^12.16.0"
|
|
}
|
|
}
|