Skip to content

Commit

Permalink
add permission feature
Browse files Browse the repository at this point in the history
  • Loading branch information
elAlmani committed Feb 14, 2025
1 parent 8b1d697 commit 795c906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default defineConfig({
/* Opt out of parallel tests on CI. */
workers: process.env.CI ? 1 : 1,
/* Reporter to use. See https://playwright.dev/docs/test-reporters */
reporter: process.env.CI ? [["list"], ["github"],
reporter: process.env.CI ? [["dots"],
["allure-playwright",
{
resultsDir: defOutDir + "/allure-results",
Expand Down

0 comments on commit 795c906

Please sign in to comment.