Add currents reporter for Playwright tests
This adds currents reporter for Playwright tests JIRA: HMS-5660
This commit is contained in:
parent
2a3c9b8b7d
commit
e2efa37d47
4 changed files with 1215 additions and 2 deletions
|
|
@ -9,6 +9,7 @@ export default defineConfig({
|
|||
reporter: [
|
||||
['html'],
|
||||
['list'],
|
||||
['@currents/playwright'],
|
||||
],
|
||||
use: {
|
||||
headless: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue