-
-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
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
Labels
No labels