Skip to content

Releases: cap-js-community/cds-cucumber

v0.3.2

31 Oct 09:59
2b53f04
Compare
Choose a tag to compare

Fixed

  • OData: expectation step "its {word} to be {word}"
  • UI: "modify field" step

v0.3.1

13 Oct 09:53
9bd84bf
Compare
Choose a tag to compare

Fixed

  • service
    • terminate service process
    • home directory for Windows OS

v0.3.0

28 Sep 09:33
3178709
Compare
Choose a tag to compare

Changed

  • UI
    • step "modify field" extended with ValueHelp dialog support
  • node
    • require engine >= 18

v0.2.1

20 Sep 09:31
5af6d25
Compare
Choose a tag to compare

Added

  • Windows OS support
  • UI
    • enable CORS
    • specify Accept-Language
  • OData
    • expectation for count(*) result

Changed

  • Simplified "Getting started" guide
  • UI
    • step "we select one row in value help dialog" does not clear the previous selection

Removed

  • UI
    • step "we select additional row in value help dialog"

Fixed

  • UI
    • step "we select one row in value help dialog" works with all target UI5 versions
  • temporary directory creation when running in parallel

v0.2.0

06 Sep 15:13
bdeba78
Compare
Choose a tag to compare

Added

  • OData steps

Changed

  • Readme: switch to bookshop sample "cds add sample"

Fixed

  • Readme: install from npm repository
  • Plugins:
    • reject failing commands
    • hide test plugins
  • Concurrency:
    • allow cucumber parallel jobs: npx cucumber-js test --parallel 2
    • create new working directory (username and process ID dependent) using it as follows:
      • Chrome: user data directory
      • CAP services: home directory
  • Steps:
    • detect technical issues when selecting tiles
    • detect missing ValueHelp popup
    • add new step: remove ValueHelp selection
    • locating active dialog
  • cucumber:
    • remove deprecated configuration: publishQuiet

v0.1.0

10 Jul 13:13
ae7a725
Compare
Choose a tag to compare

Added

  • Initial version