Skip to content

2.1.0

Compare
Choose a tag to compare
@Ganbin Ganbin released this 15 Dec 12:30
· 14 commits to master since this release
  • Add an id for a test assert.
    By default it start from 1 for each new test case.
    You can pass any number or text
    it will be displayed in the result after "#"
  • Add a feature in the display result to see a diff of the expected and actual.
    This will help to identify where is the difference when the output is big (object, collection or long text)