Hello, I'm using tags and running tests with diffe...
# e2e-testing
g
Hello, I'm using tags and running tests with different tags in separate steps in Github workflow, but I'm now running into an issue with the changing amount of tests tagged and I would like to make the matrix with number of machines dynamic. To do this, I would need to get the count of spec files with the specific tag and then determine how many machines are needed. Has anyone done something like this?