Questions tagged [selenium-side-runner]

21 questions
0
votes
3 answers

How do I run my Selenium IDE test cases in headless mode?

I am working on selenium IDE scripts and want to run the scripts in headless mode to do other stuff while smoke test are running in headless mode How can I do that?
0
votes
1 answer

selenium-side-runner - Validation Error: Test environment jest-environment-selenium cannot be found

I run my selenium tests from shell, everything works as it should! $ selenium-side-runner --server http://chromedriver:4444/wd/hub --capabilities "browserName=chrome" /app/tests/proxy.lucky_app.side info: Running /app/tests/proxy.lucky_app.side …
0
votes
1 answer

Selenium IDE Test Runs in GUI - But Fails when run in CL (linkText not Visible)

When my saved project and test runs in the Selenium IDE GUI it's fine, but when I perform the same test called via the command line side runner it fails. The issue appears to be the linkText not being visible, but I don't understand why it would…
0
votes
1 answer

Testing frontend webpages solve selenium-ide issues or change to so?

i'm using selenium ide to test webapp frontend webpages. I'd like to test via cli AND via gui having to mantain one scripts only. When automating tests via selenium-side-runner it does not handle alert/confirm command if i don't change any "choose…
0
votes
1 answer

Passing variables from selenium-side-runner

Given this very simple Selenium test: How can the username and password variables be provided while running the .side project using the selenium-side-runner? Either as command line parameters, statically typed on the .side.yml configuration file or…
JCallico
  • 1,446
  • 18
  • 25
0
votes
0 answers

The ChromeDriver Could not be found - Selenium side runner

I'm about to run test suite parallel in Selenium IDE, so I have done the configuration (guided here) successfully. Below is my selenium-side-runner folder. My .side file is in "C:\Users\Sanjai\Downloads\OregonZoo.side". When I run the cmd…
sanjai
  • 128
  • 1
  • 1
  • 13
1
2