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
When @nightwatch/browserstack plugin does not get initiated when nightwatch is invoked using the programatic api.
@nightwatch/browserstack
... plugins: ['@nightwatch/browserstack'], '@nightwatch/browserstack': { test_observability: { enabled: true, user: process.env.BROWSERSTACK_USERNAME, key: process.env.BROWSERSTACK_ACCESS_KEY, projectName: "My Project", buildName: "My Project build", buildTag: ["foo","bar"] } } ...
const client = Nightwatch.createClient( environment ); await client.runGlobalBeforeHook() const browser = await this.browser.launchBrowser(); await browser.navigateTo('https://www.google.com'); await browser.end(); await client.runGlobalAfterHook();
3.1.1
18.16.1
Chrome
MacOS
The text was updated successfully, but these errors were encountered:
fix nightwatchjs#3849: pass settings to global hooks while called fro…
4405689
…m programatic api
c4a1115
No branches or pull requests
Description of the bug/issue
When
@nightwatch/browserstack
plugin does not get initiated when nightwatch is invoked using the programatic api.Steps to reproduce
@nightwatch/browserstack
plugin to nightwatch:Nightwatch.js Version
3.1.1
Node Version
18.16.1
Browser
Chrome
Operating System
MacOS
The text was updated successfully, but these errors were encountered: