Commit becca9c
committed
Add exploratory test feature aborted
Run with: radish -b radish features --junit-xml=result.xml
Produces junit xml:
```
<?xml version='1.0' encoding='utf-8'?>
<testsuites time="0.000">
<testsuite name="Test summing numbers" failures="0" errors="0" skipped="1" tests="2" time="0.000">
<testcase classname="Test summing numbers" name="Sum two numbers" time="0.000"/>
<testcase classname="Test summing numbers" name="Sum three numbers" time="0.000">
<skipped/>
</testcase>
</testsuite>
<testsuite name="Test summing numbers" failures="0" errors="0" skipped="2" tests="2" time="0.000">
<testcase classname="Test summing numbers" name="Sum two numbers" time="0.000">
<skipped/>
</testcase>
<testcase classname="Test summing numbers" name="Sum three numbers" time="0.000">
<skipped/>
</testcase>
</testsuite>
</testsuites>
```1 parent dd494bf commit becca9c
File tree
4 files changed
+65
-0
lines changed- tests/exploratory/abortedfeature
- features
- radish
4 files changed
+65
-0
lines changedLines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
Lines changed: 17 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
0 commit comments