Integration Tests (1.2.x)
Number of APIs: 3
Integration tests for A(i)ppealing companies, mostly similar to governance checks test suites but can be potentially run with a much larger data set and mode set to ai to test text generation as well.
We would suggest to use [Qodex's data file functionality] to run the integration test suite multiple times.
Data file Example:
| company | material | mode | expectedStatus |
|---|---|---|---|
| daimler | plush | fuzzy | 200 |
| becks | gold | exact | 200 |
| lexus | lego | exact | 200 |
| fleurop | chocolate | exact | 404 |
| fleurop | chocolate | fuzzy | 200 |
| yousendmeflowers | chocolate | exact | 200 |
| allianz | chocolate | exact | 200 |
| volkswagen | lego | exact | 200 |
| condor | platin | fuzzy | 404 |
| condor | platin | ai | 200 |
-
Company among a(i)ppealing companies (exact search) GET {{baseUrl}}/companies/:companyId?material={{material}}&mode={{mode}}
-
Update GitHub PR / Issue POST {{githubUrl}}/repos/:owner/:repo/issues/:issue_number/comments
-
Company among a(i)ppealing companies (fuzzy search) GET {{baseUrl}}/companies