Skip to content

Releases: PractiTest/practitest-firecracker

Fix Can't parse long to string

25 Aug 13:10
d2c36fc
Compare
Choose a tag to compare

When getting time out we would get an error, this release will fix it

Fix URI Too Long error

20 Aug 13:54
d2c36fc
Compare
Choose a tag to compare
Merge pull request #11 from PractiTest/fix-uri-too-long

fix uri too long

Small fix for long run duration number

13 Jul 14:24
7209cde
Compare
Choose a tag to compare

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

17 Jun 19:01
7209cde
Compare
Choose a tag to compare

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

17 Mar 10:02
Compare
Choose a tag to compare

This version will keep trying to do the API calls in case of 504,502,500,503,429 callbacks status.

Encoding issues

02 Feb 21:30
f338a32
Compare
Choose a tag to compare
Encoding issues Pre-release
Pre-release
v1.1.4

bump version

take-last

05 Oct 13:51
cd84ed7
Compare
Choose a tag to compare
take-last Pre-release
Pre-release

add take-last to possible function to use

support utf-8 BOM

08 Jul 17:27
09661e9
Compare
Choose a tag to compare

Fix UTF-8 BOM files for Surefire parser

Custom Test XML Fields + PractiTest System Field

16 Jun 15:38
d92a00e
Compare
Choose a tag to compare

With this release, you will be able to map custom XML fields and PractiTest system fields.

With Firecracker UI

30 Jan 10:18
ef8e8ed
Compare
Choose a tag to compare

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.