You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to run tests concurrently on browserstack local, I expect for tests to run fine, but what happens is that the test seem to get skipped and a HTML report created.
Output:
Running z_prod_bs.galaxy_s21 environment
Running z_prod_bs.win11_chrome_desktop environment
Wrote HTML report file to: /Users/alubsey/marty/packages/e2e/tests_output/nightwatch-html-report/index.html
Steps to reproduce
Run the sample test locally on browserstack using 2 different device configs.
"Empty Cart test ": asyncfunction(){awaitbrowser.navigateTo('https://www.zappos.com/cart');awaitbrowser.execute('window.scrollTo(0,document.body.scrollHeight);');awaitbrowser.pause(2000);awaitbrowser.execute('window.scrollTo(0,0);');awaitbrowser.pause(2000);}};
Command to run
No response
Verbose Output
Nothing is printed out for verbose logs
Nightwatch Configuration
No response
Nightwatch.js Version
3.0.1
Node Version
20.4.0
Browser
No response
Operating System
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Description of the bug/issue
When I try to run tests concurrently on browserstack local, I expect for tests to run fine, but what happens is that the test seem to get skipped and a HTML report created.
Output:
Steps to reproduce
Run the sample test locally on browserstack using 2 different device configs.
Here are 2 configs that we used:
'bs.win11_chrome_desktop': {
// tier 1
extends: 'browserstack',
desiredCapabilities: {
'bstack:options': {
os: 'Windows',
osVersion: '11',
browserVersion: 'latest',
},
browserName: 'Chrome',
acceptInsecureCerts: true,
chromeOptions: {
w3c: true
}
}
},
'bs.galaxy_s21': {
// tier 1
extends: 'browserstack',
desiredCapabilities: {
'browserName': 'chrome',
'bstack:options': {
osVersion: '11.0',
deviceName: 'Samsung Galaxy S21',
realMobile: true
}
}
}
Sample test
Command to run
No response
Verbose Output
Nightwatch Configuration
No response
Nightwatch.js Version
3.0.1
Node Version
20.4.0
Browser
No response
Operating System
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: