Login to follow
BDD Framework API

BDD Framework API (ODC)

Stable version 0.1.4 (Compatible with ODC)
Uploaded on 13 September 2024 by OutSystems Labs
BDD Framework API

BDD Framework API (ODC)

Documentation
0.1.4

This application needs to be installed in the environment where you want to execute the BDD tests.

This API can be added to your application by adding the swagger file (https://<server url>/BDDFrameworkAPI/rest/TestTrigger/swagger.json) or by the single method (https://<server url>/BDDFrameworkAPI/rest/TestTrigger/BDDTestRunner/{TestESpace}/{TestSuiteScreen})

Authentication

The authentication method needed to call the API is a bearer token. 

The token should be defined in the settings and needs to match with the AuthToken used to add security to your test screens (check the documentation of the BDD Framework component).

API Structure:

The method of the API has the following structure:

The input parameters to call the method need to be the following:

The response will be in the following format: