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

Reproduce spec portions order and grouping #40

Open
atd opened this issue Feb 4, 2019 · 1 comment
Open

Reproduce spec portions order and grouping #40

atd opened this issue Feb 4, 2019 · 1 comment
Assignees

Comments

@atd
Copy link

atd commented Feb 4, 2019

When using rspec, specs are executed with a given seed that determines spec order. This is useful for reproducing failing specs in CI later in local.

When using flatware, there would be awesome if we had a similar way to reproduce execution order and reproduce errors.

@briandunn briandunn self-assigned this Mar 22, 2021
@jdelStrother
Copy link
Contributor

I started looking into this because I wanted something to replace parallel_test's reproduction step -

image

though it seems a little harder than I'd hoped, due to having to figure out the Flatware::Job that corresponds to a failing Flatware::Checkpoint . @briandunn have you had any better luck?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants