Commit d5df723
fix(browser): allow updating total specs count (#3264)
* fix(browser): allow updating total specs count
This change allows providing the total specs count after the tests have
been started.
The count will be updated in case it has been provided already.
This can be uselful for some adapters where the total specs count can
not be determined before starting the first test.
fix onInfo test case, add new test for total update1 parent c277a6b commit d5df723
2 files changed
+14
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
63 | 67 | | |
64 | 68 | | |
65 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
127 | 134 | | |
128 | | - | |
| 135 | + | |
| 136 | + | |
129 | 137 | | |
130 | 138 | | |
131 | | - | |
132 | 139 | | |
133 | 140 | | |
134 | 141 | | |
| |||
0 commit comments