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
What specific section or headline is this issue about?
Filling in test details on LambdaTest programmatically
What information was incorrect, unhelpful, or incomplete?
The entire section looks like it implies that the commands should be ran inside a Bash terminal shell instead of it being another line of code inside the lambdatest_google_test.js file after the driver object has been created.
What did you expect to see?
A successful result after running either driver.executeScript("lambda-status=passed"); or driver.executeScript("lambda-status=failed"); inside a Bash terminal shell.
Do you have any supporting links, references, or citations?
MDN URL
https://developer.mozilla.org/en-US/docs/Learn/Tools_and_testing/Cross_browser_testing/Your_own_automation_environment
What specific section or headline is this issue about?
Filling in test details on LambdaTest programmatically
What information was incorrect, unhelpful, or incomplete?
The entire section looks like it implies that the commands should be ran inside a Bash terminal shell instead of it being another line of code inside the
lambdatest_google_test.js
file after thedriver
object has been created.What did you expect to see?
A successful result after running either
driver.executeScript("lambda-status=passed");
ordriver.executeScript("lambda-status=failed");
inside a Bash terminal shell.Do you have any supporting links, references, or citations?
No response
Do you have anything more you want to share?
No response
MDN metadata
Page report details
en-us/learn/tools_and_testing/cross_browser_testing/your_own_automation_environment
The text was updated successfully, but these errors were encountered: