You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use Rspec tags to execute only the tagged steps, the report seems to say that only the filtered steps have been ran, but I clearly see that all of the steps, even the ones with different tags / untagged are executed.
Sample code:
it"should successfully log in",:mandatorydofill_in'j_username',:with=>usernamefill_in'j_password',:with=>passwordclick_button('submit')expect(page).tohave_textusernameendit"should do something other"doputs'fail'end
Command used to run the tests:
rspec -t 'mandatory'
Is this a bug or am I doing it wrong?
Thank you
The text was updated successfully, but these errors were encountered:
Hello there,
I'm trying to use Rspec tags to execute only the tagged steps, the report seems to say that only the filtered steps have been ran, but I clearly see that all of the steps, even the ones with different tags / untagged are executed.
Sample code:
Command used to run the tests:
Is this a bug or am I doing it wrong?
Thank you
The text was updated successfully, but these errors were encountered: