Commit 47d626e
feat: add junit XML export to airbyte-cdk connector test command
- Add --junitxml argument to pytest command to export results to <connector_dir>/build/standard-tests-junit.xml
- Create build directory if it doesn't exist
- Maintains existing functionality while adding test result export capability
Co-Authored-By: AJ Steers <[email protected]>1 parent f03dc9f commit 47d626e
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
165 | 172 | | |
166 | 173 | | |
167 | 174 | | |
| |||
0 commit comments