It would be nice to have a test runner parameter where setup is skipped. I am mainly talking about setupBeforeClass. In our case, this setup methods takes a long time to build the database. In our self-hosted runners, this step can be skipped, because it has already been done once. Still, I want to keep the functions because other developers may also benchmark the code. This would save us a lot of CI time, because the data doesn't need to be regenerated each time. If this is something that is wanted, I could also try myself on an implementation.
It would be nice to have a test runner parameter where setup is skipped. I am mainly talking about setupBeforeClass. In our case, this setup methods takes a long time to build the database. In our self-hosted runners, this step can be skipped, because it has already been done once. Still, I want to keep the functions because other developers may also benchmark the code. This would save us a lot of CI time, because the data doesn't need to be regenerated each time. If this is something that is wanted, I could also try myself on an implementation.