Skip to content

Latest commit

 

History

History
71 lines (61 loc) · 2.58 KB

File metadata and controls

71 lines (61 loc) · 2.58 KB

act-e2e CHANGE LOG

1.1.0

  • Extends constants pool from depending scenario #50
  • Func enhancements #49
  • Simplify function declaration #47
  • Add SubStr function #46
  • Add eqIgnoreCase verifier #45
  • Support embedded reference in function #44
  • Make it possible to do evaluation for response verification #43
  • Support file upload test #42
  • Add more random functions #41
  • Scenario report shall list scenarios in the order that is defined in scenario.yml file #40
  • scenario.yml: json part shall go through request param substitution also #39
  • scenario.yml file: support declare and assign variable for a scenario #37
  • Cannot verify value[46146379133] with test [46146379133] #35
  • Response body not closed #34
  • Suppress redundant error message at session level #33
  • Cannot verify an integer value #32
  • Trigger event when E2E start and stop #31
  • Add pause macro #30
  • Disable CAPTCHA protection when running app in an E2E session #29
  • Support defining constants globally and in the Scenario yaml file #28

1.0.0 - 19/Jun/2018

  • update act to 1.8.8-RC10
  • It shall always run dependent scenario first #27
  • Add ReadContent macro #26
  • Inherit state from dependent scenario #25
  • Increase HTTP timeout when running in dev mode #24
  • CookieStore is not working as expected #23
  • RequestSpec - rename jsonBody to json #22
  • RequestSpec - add accept property #21
  • Allow RequestSpec extend URL and method from parent spec #20
  • Improve error reporting on invalid scenario spec #19
  • NPE encountered when ResponseSpec is not specified #18
  • act-e2e introduces dependency to act-sql-common #17

0.0.8

  • Update act to 1.8.8-RC9
  • Update act-sql-common to 1.4.1
  • Display error reason on e2e web UI #16
  • Add Empty verifier to check if a String response is empty #15
  • When run automated e2e test it show exit with an non-zero number #14
  • It shows the rest interactions passed with after one interaction failed #13
  • Provide a mechanism to store/fetch a data with name #11

0.0.7 - 30/May/2018

  • Use LinkedHashMap for Request and Response internal data structure #12

0.0.6 - 28/May/2018

  • Support getting last object's value through traversal path #7
  • IllegalArgumentException encountered during clear fixture process #6

0.0.5 - 28/May/2018

  • Support testing html response #5
  • Support testing objects in unorderred list #4

0.0.4 - 20/May/2018

  • It shall support verifying JSONObject in a list #3

0.0.3 - 20/May/2018

  • E2E.clearFixtures failed when there are relationships between models #2
  • update act to 1.8.8-RC7

0.0.2

  • Support running e2e in browser #1
  • update act to 1.8.8-RC6

0.0.1

  • First version