✔ | OK F W S | Context

⠏ |  0       | Expectations
⠋ |  1       | Expectations
⠙ |  1 1     | Expectations
⠹ |  1 2     | Expectations
⠸ |  1 3     | Expectations
⠼ |  1 4     | Expectations
⠴ |  2 4     | Expectations
✖ |  2 4     | Expectations
────────────────────────────────────────────────────────────────────────────────
tests.R:8: failure: Failure:1
Failure has been forced

tests.R:12: failure: Failure:2a
Failure has been forced

tests.R:15: failure: Failure:2b
FALSE isn't true.

tests.R:20: failure: Failure:loop
`i` not equal to 2.
1/1 mismatches
[1] 1 - 2 == -1
────────────────────────────────────────────────────────────────────────────────

⠏ |  0       | Errors
⠋ |  0 1     | Errors
⠙ |  0 2     | Errors
✖ |  0 2     | Errors
────────────────────────────────────────────────────────────────────────────────
tests.R:28: error: Error:1
stop
1: stop("stop") at reporters/tests.R:28

tests.R:42: error: Error:3
!
1: f() at reporters/tests.R:42
2: g() at reporters/tests.R:33
3: h() at reporters/tests.R:36
4: stop("!") at reporters/tests.R:39
────────────────────────────────────────────────────────────────────────────────

⠏ |  0       | Recursion
⠋ |  0 1     | Recursion
✖ |  0 1     | Recursion
────────────────────────────────────────────────────────────────────────────────
tests.R:51: error: Recursion:1
This is deep
1: f(25) at reporters/tests.R:51
2: f(x - 1) at reporters/tests.R:49
3: f(x - 1) at reporters/tests.R:49
4: f(x - 1) at reporters/tests.R:49
5: f(x - 1) at reporters/tests.R:49
6: f(x - 1) at reporters/tests.R:49
7: f(x - 1) at reporters/tests.R:49
8: f(x - 1) at reporters/tests.R:49
9: f(x - 1) at reporters/tests.R:49
10: f(x - 1) at reporters/tests.R:49
...
18: f(x - 1) at reporters/tests.R:49
19: f(x - 1) at reporters/tests.R:49
20: f(x - 1) at reporters/tests.R:49
21: f(x - 1) at reporters/tests.R:49
22: f(x - 1) at reporters/tests.R:49
23: f(x - 1) at reporters/tests.R:49
24: f(x - 1) at reporters/tests.R:49
25: f(x - 1) at reporters/tests.R:49
26: f(x - 1) at reporters/tests.R:49
27: stop("This is deep") at reporters/tests.R:49
────────────────────────────────────────────────────────────────────────────────

⠏ |  0       | Skips
⠋ |  0     1 | Skips
⠙ |  0     2 | Skips
⠹ |  0     3 | Skips
✔ |  0     3 | Skips
────────────────────────────────────────────────────────────────────────────────
tests.R:57: skip: Skip:1
skip

tests.R:64: skip: Skip:2
skip

tests.R:67: skip: Skip:3
Empty test
────────────────────────────────────────────────────────────────────────────────

⠏ |  0       | Warnings
⠋ |  0   1   | Warnings
⠙ |  0   2   | Warnings
⠹ |  0   3   | Warnings
✔ |  0   3   | Warnings
────────────────────────────────────────────────────────────────────────────────
tests.R:73: warning: Warning:1
abc

tests.R:79: warning: Warning:2
def

tests.R:80: warning: Warning:2
ghi
────────────────────────────────────────────────────────────────────────────────

⠏ |  0       | Output
⠋ |  1       | Output
⠙ |  2       | Output
✔ |  2       | Output

══ Results ═════════════════════════════════════════════════════════════════════
OK:       4
Failed:   7
Warnings: 3
Skipped:  3
