Skip to content

Releases: mattpolzin/jsonapi-openapi-test-server

Breaking Changes to API models

27 May 02:55

Choose a tag to compare

Pre-release
0.2.0

switch back to a versioned release of JSONAPI-OpenAPI

Add --ignore-warnings flag

06 May 01:45

Choose a tag to compare

Pre-release

Add --ignore-warnings flag to APITest test command.

Add --fail-hard flag to `APITest test` command.

04 May 02:55

Choose a tag to compare

When running the test service as a terminal utility instead of a server, you now have an additional command line flag --fail-hard which tells the utility to fail with exit code 1 (when there is at least 1 failing test). Otherwise, the script will exit with code 0 even when there are failing tests (which is what it always has done in past versions).

Adds Test Properties

03 May 03:37

Choose a tag to compare

Adds Test Properties Pre-release
Pre-release

Adds a new resource type: test properties.

⚠️ Breaking Changes ⚠️
Test Properties were added to Test Descriptors and now Test Sources are owned by Test Properties instead of directly being referenced by Test Descriptors. It was decided to simply break SQL migrations given the early stage of the project.

Updates to some warning messages.

27 Apr 06:20

Choose a tag to compare

Pre-release
0.0.13

update some warning verbage.

Improve test result context output.

27 Apr 03:03

Choose a tag to compare

Pre-release

Test results now report the context (API path, endpoint, http status) in a much more human friendly way thats they used to.

Fix bug with positional parameter type for request tests.

26 Apr 08:06

Choose a tag to compare

0.0.11

update JSONAPI-OpenAPI version to fix bug with path paramter type.

Minor bug fixes and added ignore missing parameter warning option.

26 Apr 03:37

Choose a tag to compare

0.0.10

update JSONAPI-OpenAPI

New "raw logs" route and bug fixes

25 Apr 18:01

Choose a tag to compare

Pre-release
  • Add /api_tests/{id}/logs route to retrieve raw (XCTest) logs from a particular test run.
  • Fix a bug preventing status code checks on response tests.

Add test messages to watch mode

23 Apr 02:05

Choose a tag to compare

Pre-release
0.0.8

include test descriptor relative with watch mode test message response