Releases: PractiTest/practitest-firecracker
Fix Can't parse long to string
When getting time out we would get an error, this release will fix it
Fix URI Too Long error
Merge pull request #11 from PractiTest/fix-uri-too-long fix uri too long
Small fix for long run duration number
Will fix the bug when the run duration will get a really long number after the dot.
Will round it to the fifth number.
v2.0: Merge pull request #10 from PractiTest/multi-testset-preperation
This release will run faster,
will accept multi-test suite creation
and "flattened" version where each test case will be as a separate test.
Keep trying to run api calls
This version will keep trying to do the API calls in case of 504,502,500,503,429 callbacks status.
Encoding issues
v1.1.4 bump version
take-last
support utf-8 BOM
Fix UTF-8 BOM files for Surefire parser
Custom Test XML Fields + PractiTest System Field
With this release, you will be able to map custom XML fields and PractiTest system fields.
With Firecracker UI
This version will accept the configuration file that was downloaded from the Firecracker UI site.
Usage:
<java -jar ./practitest-firecracker-standalone.jar \ --reports-path="XML_REPORTS_PATH" \ --testset-name="TestSet name" \ --author-id=PRACTITEST_USER_ID \ --config-path="CONFIGURATION_FILE_PATH" \ create-and-populate-testset>
Where:
- XML_REPORTS_PATH -- the path to folder with XML reports. The --reports-path parameter can be specified multiple times. All reports will be combined into one TestSet in PractiTest.
- PRACTITEST_USER_ID -- This is a PractiTest User ID of the user who will become the author of created entities. You can get the ID via API: https://www.practitest.com/api-v2/#users
- CONFIGURATION_FILE_PATH -- the path to Firecracker configuration file.