Join Discord
Powered by
when using cypress cucumber, is it a best practice...
# best-practices
f
few-oyster-82478
12/05/2022, 5:23 PM
when using cypress cucumber, is it a best practice to only write assertions in the
Then
step?, or should the other types of steps (
Given
and
When
) use assertions too?
Previous
Next