Open
Description
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.