Running Jmeter and Selenium in sequence from Blazemeter using taurus framwork i tried to use sequence, it doesnt help.
I wan to run first jmeter file and then like to execute for some actions to clean up things.
Running Jmeter and Selenium in sequence from Blazemeter using taurus framwork i tried to use sequence, it doesnt help.
I wan to run first jmeter file and then like to execute for some actions to clean up things.
We are not telepathic enough to guess what's wrong without seeing your full YAML file.
The Startup Schedule setting controls how
execution
blocks are being processed.So if you have JMeter and Selenium in separate
executions
- the setting should work.If they're in a single execution you will have to make them sequential using different means, i.e. tearDown Thread Group and WebDriver Sampler in JMeter.