Skip to content

Releases: qmetry/qaf-cucumber

qaf-cucumber Release 3.0.1

23 Oct 05:41
Compare
Choose a tag to compare
  • Modified Result class to allow set status, work-around for newer version
    of java that doesn't allow setting final field using reflection
  • #10 TestNG scenario factory for cucumber BDD2Pickel
    • New CucumberScenarioFactory to run cucumber scenarios as TestNG test
    • supports cucumber options using property with cucumber prefix
  • a7d7cc4 : Made qaf json reporter default
    • reporting will be done using JsonReporter, auto registered updator
      com.qmetry.qaf.automation.report.JsonReporter
    • meta-data formatter will only applied to the meta-data reported to
      json report
    • If want to revert to legacy implementation for qaf json reporting,
      set qaf.json.reporter=false

qaf-cucumber Release 3.0.1b

17 Sep 02:24
Compare
Choose a tag to compare
Pre-release

6e1969c Code enhancement
711ba2e code enhancement
0b2906e Closed #10 TestNG scenario factory for cucumber BDD2Pickel
a7d7cc4 Made qaf json reporter default
2d724b5 Merge pull request #6 from The-Alchemist/patch-1
df23e58 minor type fix

qaf-cucumber Release 3.0.0

27 Jul 05:32
Compare
Choose a tag to compare

ba9aa28 code clean up with latest qaf version

qaf-cucumber Release 3.0.0-beta-4

22 Jun 10:05
Compare
Choose a tag to compare
Pre-release

13686d2 Fixed #4 Assertion failure in Cucumber step with TestNG runner

qaf-cucumber Release 3.0.0-beta-3

27 May 07:41
Compare
Choose a tag to compare
Pre-release

a03eefb Continue execution when set field throws error qmetry/qaf#331
4c4b249 updated qaf version to 3.0.0-RC3

qaf-cucumber Release 3.0.0-RC3

17 Apr 03:34
Compare
Choose a tag to compare
Pre-release

398d5e3 Added feature name in scenario meta-data

qaf-cucumber Release 3.0.0-RC2

06 Apr 06:05
Compare
Choose a tag to compare
Pre-release

3c57e94 Enhancement in TestCaseResultUpdator
d85b2e4 Fixed issue of not reporting steps when @after hooks used. Added support of multiple report updator

qaf-cucumber Release 3.0.0-RC1

16 Mar 08:59
Compare
Choose a tag to compare
Pre-release

c616852 Updated reporter with qaf 3.0.0 TestCaseResultUpdator changes
36af0ca updated classpath of eclipse project
d550ebe updated build script
2c3e40c updated cucumber min version 5.1.3 Fixed step matcher for escape char Added unit tests for step matcher
8e5da4a removed signers to quick-fix github workflow
ead7100 adding Bouncy Castle Cryptography APIs
cd1749c Updated build file and setting

qaf-cucumber 3.0.0-beta-2

10 Feb 20:12
Compare
Choose a tag to compare
Pre-release

Cucumber min supported version 5.0.0 and QAF min supported version
3.0.0-beta-2

  • Fixed #1 Parameterized background support with cucumber runner
  • Fixed #3 Cucumber step with Data table having more than one argument
    is not working when we run with TestNG using BDDFactory2

qaf-cucumber 3.0.0-beta-1

23 Jan 17:37
Compare
Choose a tag to compare
Pre-release
fixed compilation issue with qaf update