Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add suite dsl #176

Open
christophsturm opened this issue Dec 25, 2022 · 1 comment
Open

add suite dsl #176

christophsturm opened this issue Dec 25, 2022 · 1 comment
Labels
experiment an experiment. there is some research or code already

Comments

@christophsturm
Copy link
Collaborator

christophsturm commented Dec 25, 2022

there should be some kind of api to describe what tests to run, in what order, and what test dependencies to eagerly load.

(for example to run unit test before integration tests). but also just simply to run a combination of tests that is useful for the current thing that you are working on (one single test, or one test file)

playing around with the api in #177

@christophsturm christophsturm added the experiment an experiment. there is some research or code already label Dec 9, 2023
@mervyn-mccreight
Copy link
Contributor

for example to run unit test before integration tests

couldn't anyone do that with defining separate test source sets for e.g. integration tests and define the task-order in the gradle build?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
experiment an experiment. there is some research or code already
Projects
None yet
Development

No branches or pull requests

2 participants