How to avoid certain type of test with behat ?

How to avoid certain type of test with behat ?

by Xavier Brosseau -
Number of replies: 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 smile

Average of ratings: -
In reply to Xavier Brosseau

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

by Tim Hunt -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers

I think it is --tags ~_file_upload

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