We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This does not work:
const config: PlaywrightTestConfig = { globalSetup: 'global-setup.ts', };
This works
const config: PlaywrightTestConfig = { globalSetup: path.join(__dirname, 'global-setup.ts'), };
The text was updated successfully, but these errors were encountered:
cherry-pick(release-1.12): resolve global hooks relative to the confi…
4668a2d
…g dir Cherry-Pick microsoft#7061 SHA 49a8f67 Fixes microsoft#7004
e13965e
…g dir (#7074) Cherry-Pick #7061 SHA 49a8f67 Fixes #7004 Co-authored-by: Pavel Feldman <pavel.feldman@gmail.com>
JoelEinbinder
Successfully merging a pull request may close this issue.
This does not work:
This works
The text was updated successfully, but these errors were encountered: