1.1.2 • Published 7 years ago

testistic-client v1.1.2

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

Testistic Client

This module publishes a client which can be used to send test results to the Testistic service.

The client will be used in the test reporters.

Configuration

The client needs to be provided the end point for the Testistic API endpoint. This can be provided through the environment variable TESTISTIC_API_URL.

Usage

Ensure the environment is configured properly.

Instantiate a client, create a TestRun,then invoke createTestRun

var client = TestisticClient()
var testrun = Testistic.TestRun.createFromTemplate()
await client.createTestRun(testrun)

Release

Release Notes

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago