Fix boolean value and missing bracket

This commit is contained in:
JennyNou 2026-01-14 11:30:49 -05:00
parent 7a2ad36cde
commit f43e4545fa
2 changed files with 3 additions and 2 deletions

View file

@ -33,5 +33,5 @@
"ortoni-report": "^3.0.5",
"playwright-jira-reporter": "^1.0.16"
},
"private": "true"
}
"private": true
}

View file

@ -20,6 +20,7 @@ if (!process.env.CI) {
path: path.join(basePath, `.env.${process.env.PLAYWRIGHT_ENV}`),
example: path.join(basePath, '.env.example')
});
}
}
// Ortoni config