Skip to content

Releases: restqa/restqa

1.0.0-rc7

01 Apr 08:34
Compare
Choose a tag to compare
1.0.0-rc7 Pre-release
Pre-release

Full Changelog: 1.0.0-rc6...1.0.0-rc7

1.0.0-rc6

01 Apr 08:23
Compare
Choose a tag to compare
1.0.0-rc6 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 1.0.0-rc4...1.0.0-rc6

1.0.0-rc5

27 Dec 14:32
Compare
Choose a tag to compare
1.0.0-rc5 Pre-release
Pre-release

[1.0.0-rc5] - 2022-12-27

Added

Updated

Fix

1.0.0-rc4

05 Dec 10:12
Compare
Choose a tag to compare
1.0.0-rc4 Pre-release
Pre-release

Added

  • New Feature: restqa sandbox allowing test scenario generation #279
  • New Feature: enable user to add their own step definition #273
  • Centralize the documentation into the RestQA Report #219
  • Enable Code coverage for local testing #228
  • Generate HTTP Mock #214
  • Generate postman collection #215
  • Generate API specification #206
  • Generate Performance testing fixture #205

Updated

  • Snippet: Enable recommendation when a step definition is incorrect #244
  • RestQA report: format the table and inline argument #228
  • Update the example folder to share multiple example #227
  • Add a screencast and a pre-requisite feature on the documentation #239
  • [cucumber-export] Change the ui report design #271

Fix

  • Display an error message when no test has been found #242

1.0.0-rc3

05 Dec 09:42
Compare
Choose a tag to compare
1.0.0-rc3 Pre-release
Pre-release

Added

  • New Feature: restqa sandbox allowing test scenario generation #279
  • New Feature: enable user to add their own step definition #273
  • Centralize the documentation into the RestQA Report #219
  • Enable Code coverage for local testing #228
  • Generate HTTP Mock #214
  • Generate postman collection #215
  • Generate API specification #206
  • Generate Performance testing fixture #205

Updated

  • Snippet: Enable recommendation when a step definition is incorrect #244
  • RestQA report: format the table and inline argument #228
  • Update the example folder to share multiple example #227
  • Add a screencast and a pre-requisite feature on the documenation #239
  • [cucumber-export] Change the ui report design #271

Fix

  • Display an error message when no test has been found #242

1.0.0-rc2

05 Dec 09:15
Compare
Choose a tag to compare
1.0.0-rc2 Pre-release
Pre-release

Added

  • New Feature: restqa sandbox allowing test scenario generation #279
  • New Feature: enable user to add their own step definition #273
  • Centralize the documentation into the RestQA Report #219
  • Enable Code coverage for local testing #228
  • Generate HTTP Mock #214
  • Generate postman collection #215
  • Generate API specification #206
  • Generate Performance testing fixture #205

Updated

  • Snippet: Enable recommendation when a step definition is incorrect #244
  • RestQA report: format the table and inline argument #228
  • Update the example folder to share multiple example #227
  • Add a screencast and a pre-requisite feature on the documentation #239
  • [cucumber-export] Change the ui report design #271

Fix

  • Display an error message when no test has been found #242

0.0.38

12 Dec 20:13
5029d74
Compare
Choose a tag to compare

Added

  • Run init before run command if no config file exists #166

Updated

  • Bump a few packages: templ, ws, url-parse, prismjs, axios & post-css.

0.0.37

08 Dec 16:52
Compare
Choose a tag to compare

[0.0.37] - 2021-12-08

Fixed

  • RestQA init issue due to missing description #178

0.0.36

23 Nov 21:06
e08ad61
Compare
Choose a tag to compare

Added

  • Refactor the executor aiming to run it at the hook level | #163
  • Delete ENV & URL from initialize questions | #165
  • Make description optional from initialize questions | #168

Updated

  • Update markdown linter version

Fixed

  • Add E2E test for HTTP mock plugin | #167
  • Only run the welcome test links from the CI | #169
  • Defer tweet and discord message publication after npm release in ci | #162

0.0.35

27 Oct 04:45
7d90080
Compare
Choose a tag to compare

Summary

In this release RestQA is enabling a major feature for the NodeJs community: Fastify Hook.
If you are building microservices using Fastify you can add the RestQA hook in order to get access to a lot of great feature within your microservice.

Added

  • Enable Fastify Plugin | #154 #158
  • Generating the .restqa.yml at the first visit of the route GET /restqa (in hooks context) | #160

Updated

  • Bump @restqa/cucumber-export to 0.1.14

Bug Fix

  • Rename output http-html-report -> html-remote | #157