cucumber-rs / cucumber

Cucumber testing framework for Rust. Fully native, no external test runners or dependencies.
https://cucumber-rs.github.io/cucumber/main
Apache License 2.0
563 stars 69 forks source link

Regenerate GIFs (#314) #315

Closed tyranron closed 9 months ago

tyranron commented 9 months ago

Resolves #314

Synopsis

See #314:

Hi, i followed the Quickstart guide and tried to run die example tests. I m on Windows 10 When i call cargo test -p cucumber --test example it fails instantly with: (error: package cucumber cannot be tested because it requires dev-dependencies and is not a member of the workspace)

I think I should strip that -p cucumber in the Book, because it definitely confuses newbies, not familiar with Rust tooling. Thanks for pointing that out.

Actually, I couldn't find such command anywhere in the Book or in the docs. Could you point where exactly you got it from?

UPD: Oh... it's on the generated images, because they are recorded from running in this repo.

Solution

Regenerate GIF images, so they don't contain -p cucumber part.

tyranron commented 9 months ago

CI failure is nightly fluctuation.