Skip to content
Discussion options

You must be logged in to vote

@sdht0 see the "Output" > "Terminal" > "Repeating failed and/or skipped steps" section of the Book:

#[tokio::main]
async fn main() {
    MyWorld::cucumber()
        .repeat_failed() // <---- this
        .run_and_exit("tests/features/book/output/terminal_repeat_failed.feature")
        .await;
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@sdht0
Comment options

Answer selected by sdht0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested k::api Related to API (application interface)
2 participants