2.2.4
-
Jira tags can now use brackets instead of parenthesis (i.e @jira[QMS-123]). This is because it can be problematic to run scenarios based on tags if the tags contain parenthesis (it is a reserved character for cucumber tags)
-
For Jira tags, the scenarios are now skipped at hook level using SkipException from TestNG. This is to improve the integration of GingerSpec with IntelliJ IDEA (aspects are not picked up when running tests as cucumber java in IntelliJ IDEA)