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
From Axel Hollenberg. I tried the Multi-level parameterization and want to display deviceName and browserName.
deviceName is shown as in your examples,but browserName ist undefined
forAll(browsers, function () { forAll(devices, function () { test("Login Page on ${deviceName} in Browser ${browserName} "
... later on i use browser.browserName and its working fine
var driver = createDriver(properties.get('serverName'), device.size, browser.browserName);
lg Axel
The text was updated successfully, but these errors were encountered:
a482707
No branches or pull requests
From Axel Hollenberg.
I tried the Multi-level parameterization and want to display deviceName and browserName.
deviceName is shown as in your examples,but browserName ist undefined
forAll(browsers, function () {
forAll(devices, function () {
test("Login Page on ${deviceName} in Browser ${browserName} "
...
later on i use browser.browserName and its working fine
var driver = createDriver(properties.get('serverName'), device.size, browser.browserName);
lg
Axel
The text was updated successfully, but these errors were encountered: