AutoTestingApi
Class: AutoTestingApi
Defined in: CodeBolt/packages/clientsdk/src/api/auto-testing.api.ts:11
Provides methods for managing automated testing in the CodeBolt runtime.
This API supports the full automated testing lifecycle including test suites, test cases, and test runs. Suites organize related cases, cases define individual test scenarios, and runs track the execution and results of those tests.
Constructors
Constructor
new AutoTestingApi(http: HttpClient): AutoTestingApi;
Defined in: CodeBolt/packages/clientsdk/src/api/auto-testing.api.ts:12