• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

UiPath / uipathcli / 14445742659

14 Apr 2025 12:32PM UTC coverage: 89.947% (-0.1%) from 90.047%
14445742659

push

github

thschmitt
Extend test run command to support JUnit and retrieve robot logs

Added two new parameters to the `uipath studio test run` command:

- `results-output`: defaults to `uipath` and allows also `junit` in order
  to generate a JUnit test result XML report

- `attach-robot-logs`: When enabled, retrieves the robot logs for each
  test case

397 of 445 new or added lines in 13 files covered. (89.21%)

1 existing line in 1 file now uncovered.

6505 of 7232 relevant lines covered (89.95%)

1.01 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/utils/api/test_case_assertion.go
1
package api
2

3
type TestCaseAssertion struct {
4
        Message   string
5
        Succeeded bool
6
}
7

NEW
8
func NewTestCaseAssertion(message string, succeeded bool) *TestCaseAssertion {
×
NEW
9
        return &TestCaseAssertion{message, succeeded}
×
NEW
10
}
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc