-
Notifications
You must be signed in to change notification settings - Fork 6
Changelog
Artem Fedorov edited this page Oct 9, 2018
·
45 revisions
-
Fixed
: send properties to New Taurus test -
Added
: logging example and logging formatter
-
Fixed
: Retry Interceptor. Use Java propertybzm.request.retries.count
for config retries count (by default it is 3). Will retry onlyGET
requests in case if response code was not 2** or was throwSocketTimeoutException
-
Added
: Test files validation
-
Fixed
: setscriptType
for Taurus and JMeter test when update test filename
-
Fixed
: upload test files before start for Taurus and FunctionalApi tests
-
Added
: upload test files before start test
-
Fixed
: unzipJTL
that contains nested folders and files
-
Fixed
: download JTL: Add Base URL when there isn’t -
Fixed
: round summary report values
-
Fixed
: If HTTP request throws Execution Exception than will be throwsIOException
-
Fixed
: If HTTP request has been interrupted than will be throwsInterruptRuntimeException
immediately -
Fixed
: DownloadArtifact's.zip
for Taurus tests - Build with Java 7
-
Fixed
: Start test with properties -
Fixed
: Don't failure build if cannotpostNotes
orgeneratePublicToken
-
Added
: GET request for Workspace -
Added
: Use new API call for GET Sessions list for Master -
Added
: Send properties in start test request (only for Single tests) -
Added
: Notification about send notes & properties -
Fixed
: Interrupt test at the booting state -
Fixed
:TestDetector
usetestType
for detect test -
Fixed
: Normalize file path in CiPostProcess user notification -
Fixed
: Return error message inextractErrorMessage
method inBlazeMeterUtils
class
-
Added
: TestListFlow.getAllTestsForWorkspace method -
Added
: 5 attempts for downloadjtl
report -
Added
:throws exception
with error message instead of returnnull
inTestDetector
class -
Fixed
: save reports in default directory when it impossible use selected path -
Fixed
: notify message inCiBuild.waitForFinish
method -
Fixed
: message ofUnexpectedResponseException
-
Fixed
: creationjtl
path when no reports on the server
-
Added
: Get User request (/api/v4/user
) -
Added
: params toGET
list requests -
Added
: expandUserNotifier
interface -
Fixed
: invokemodifyURL
method in HttpUtils -
Fixed
: use/multi-tests/
instead of/collections/
-
Fixed
: postnull
properties -
Fixed
: post multi-line notes - Refactoring CiBuild:
- add
interrupt
method - add
start
method - add
doPostProcess
method - change constructor params
- add
- Refactoring CiPostProcess:
-
Fixed
: save JUnit report -
Fixed
: save JTL report
-
-
- Get list of user Accounts;
-
- Create Workspace;
- Get list of Workspaces;
-
- Create Project;
- Get list of Projects;
- Get list of Single Tests;
- Get list of Multi Tests;
-
- Create Single Test;
- Get list of Single Tests;
- Get list of Multi Tests;
-
- Start;
- Get Single test;
-
- Start;
- Get Multi test;
-
- Detect Test;
-
- Post properties;
- Download JTL report;
-
- Get public report link;
- Download JUnit report;
- Get list of Sessions;
- Stop;
- Terminate;
- Get Master status;
- Get summary report;
- Get functional report;
- Post notes;
- Post properties;
- Get CI status;