You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Contributing to improve Test Coverage & Framework
55
81
@@ -82,87 +108,8 @@ async function validateSqlDatabaseFromAPI(request: APIRequestContext, validation
82
108
83
109
```
84
110
85
-
The validation engine accepts a JSON configuration to validate from API response; below are some examples of currently supported formats, more complex scenarios will be added in future
The validation engine accepts a JSON configuration to validate API responses. Below are examples of currently supported formats; more complex scenarios will be added in the future:
- Example Usage 1 – [with meta information for automatic test script generation using runner workflow](../playwright-tests/src/tests/e2e/testFiles/@DTOSS-3217-01/ADD_1B8F53_-_CAAS_BREAST_SCREENING_COHORT.json)
114
+
- Example Usage 2 – [multiply input participant records based on unique NHS numbers](../playwright-tests/src/tests/api/testFiles/@DTOSS-5928-01/ADD-10-records-expected.json)
115
+
- Example Usage 3 – [multiple participant ADD and AMENDED](../playwright-tests/src/tests/e2e/testFiles/@DTOSS-4365-01/)
0 commit comments