How to avoid certain type of test with behat ?

How to avoid certain type of test with behat ?

על ידי Xavier Brosseau בתאריך
מספר תגובות: 1

Hello, i'm using Behat for testing my moodle but i'm using a docker for selenium so every @_file_upload tag are flag as failed. 

does anybody know how to avoid test all @_file_upload tag whit the command ?

and also if somebody could help me to find a list of all the possible tag like this one "@_file_upload", i don't know where to find the list.


Thank you very much !!

ps sorry for my english חיוך

ממוצע דרוגים: -
בתגובה ל: Xavier Brosseau

Re: How to avoid certain type of test with behat ?

על ידי Tim Hunt בתאריך
תמונה של Core developers תמונה של Documentation writers תמונה של Particularly helpful Moodlers תמונה של Peer reviewers תמונה של Plugin developers

I think it is --tags ~_file_upload

However, if you google "behat command line" that finds the relevant docs.