Skip to content

2.2.4

Compare
Choose a tag to compare
@josefd8 josefd8 released this 15 Jul 11:17
· 173 commits to master since this release
bb2ad93
  • 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)