v2.0.0
·
1780 commits
to master
since this release
2.0.0 (2020-08-10)
Now CIAnalyzer can collect and export test report! It collected from CircleCI test API and JUnit XML inside artifacts.
For exporting test report to BigQuery, config.yaml schema is changed from v1. Please check sample config yaml and update your yaml.
BREAKING CHANGE
- Change exporter.bigquery yaml schema (68f8eb7)
Bug Fixes
- Bugfix output incorrect table name in BigQueryExporter log (14e783e)
- Extend axios timeout (c2bdd80)
- Remove workaround that fix junit2json type error (eabd293)
- support skipped testcase (896303b)
- Validate CircleCI step end_time (bb58c92)
Features
- Add convertToReportTestSuites() (8698d88)
- Add some columns to test_table (9a4bed1)
- Add test status columns (528bc59)
- Add testcase.status (4b1b66c)
- BigqueryExporter support loading TestReports (d991f25)
- Fix BigQuery Schema (5c80280)
- Omit testcase.skipped (4b28ce1)
- Omit testsuit.properties (f960d4c)
- Output test result in CircleCI (61cccf4)
- Output test result in github actions (82481e7)
- Output test result in Jenkins (98acb00)
- Support creating test report from testsuit tag root XML (f00c3cf)
- Update test_report table schema (e1b341a)
- Update test_report table schema (8575e89)