Not too sure if running parallel testing is the right option for what i am trying to achieve.
So essentially we have a set of API tests and a set of UI tests where i have a filter on each test fixture by category e.g. [TestFixture, Category(“API”)] or [TestFixture, Category(“UI”)]. What i want is to run both sets of test using one pipeline but running the API and UI tests completely independant but at the same time.
Is there an option to configure UI tests running on one agent and the API tests running on another agent. Below is my current agent job set up:
Agent Job Setup
I have considered just turning the parallel option on but with most of out test fixtures each test will depend on each other so running tests in different locations is not ideal as it could leave data in a bad state or have failures because one test was meant to run first etc. I have not made any code changes to attempt to run tests in parallel.
hurr is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.