Skip to content

file_serial doesn't work for cucumber tests #133

@Propfend

Description

@Propfend

I don't know why but the file_serial doesn't work for cucumber-rs tests. Tests handler:

#[tokio::test]
#[file_serial(balancer, path => "/home/debian/paddler/src/tests/integration/balancer.rs")]
pub async fn run_cucumber_tests() {
    PaddlerWorld::cucumber()
        .run("src/tests/integration/features/balancer.feature")
        .await;
}

Even telling the path of the file, they are run asynchronously and both content are deleted.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions