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.