Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 464 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 464 Bytes

Test Results Reporter

CLI for parsing & uploading test results (JUnit, TestNG, xUnit, cucumber etc.) to Faros AI API

Usage

$ npm i

$ ./bin/main /path/to/reports.* --format junit \
  --commit GitHub://acme-corp/my-repo/da500aa4f54cbf8f3eb47a1dc2c136715c9197b9 \
  --test-type Unit \
  --test-source CircleCI \
  --test-start "2021-07-20T18:05:46.019Z" \
  --test-end "2021-07-20T18:08:22.113Z" \
  --graph default \
  --api-key $FAROS_API_KEY