-
Bug
-
Resolution: Won't Do
-
Minor
-
None
-
2.7
-
MOODLE_27_STABLE
At the moment, we use tags like @_bug_phantomjs to skip behat tests which will not run in certain environments.
This is problematic because it requires the person running the tests to know they need to exclude this tag. See also MDL-43932 where we want to introduce profiles to improve this situation.
Tim made me aware of MDL-43330 where we have skip support added. Couldn't we instead use a step definition combined with this to skip the tests instead? That way the test runner doesn't need to remember to skip it.