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
Is your feature request related to a problem? Please describe.
I want to loadtest my Single Page Application (SPA) with this tool. Javascript is not enabled on the default taurus executor and so the SPA does not launch.
Describe the feature you'd like
I would like to add the option of choosing an executor for the Taurus scenario like Selenium.
Additional context
I have tested this by modifying the scenario json file and adding a new env variable to the runner. MOZ_HEADLESSto value 1. This enable the headless gecko/chrome driver support without error.
The text was updated successfully, but these errors were encountered:
Hey, @tbuatois@kamyarz-aws ! So could we please clarify here together what should be implemented to support Selenium executor?
UI console/API changes to apply Selenium files packed as zip and as separate TEST_TYPE.
load-test.sh script to support handling of Selenium zips.
Dockerfile - simple not remove selenium folder from taurus.
... other thing I am missing that you consider as important?
Also wonder if it has high or low priority and any plans in the nearest future to be implemented? Thanks!
@ablatov I am so sorry for the late reply. It seems to be it, you can also look into for inspiration #164
Depending on the version also make sure to adjust dockerfile as well given that we delete selenium dependencies from our image
Is your feature request related to a problem? Please describe.
I want to loadtest my Single Page Application (SPA) with this tool. Javascript is not enabled on the default taurus executor and so the SPA does not launch.
Describe the feature you'd like
I would like to add the option of choosing an executor for the Taurus scenario like Selenium.
Additional context
I have tested this by modifying the scenario json file and adding a new env variable to the runner.
MOZ_HEADLESS
to value 1. This enable the headless gecko/chrome driver support without error.The text was updated successfully, but these errors were encountered: