File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ npm run test
17
17
npx currents convert \
18
18
--input-format=junit \
19
19
--input-file=results.xml \
20
- --framework=postman \
21
- --framework-version=v11.2 .0
20
+ --framework=vitest \
21
+ --framework-version=v3.4 .0
22
22
```
23
23
24
24
- Upload the results to Currents
@@ -37,16 +37,16 @@ npx currents upload --key=your-record-key --project-id=currents-project-id
37
37
❯ npx currents convert \
38
38
--input-format=junit \
39
39
--input-file=results.xml \
40
- --framework=postman \
41
- --framework-version=v11.2 .0
40
+ --framework=vitest \
41
+ --framework-version=v3.4 .0
42
42
[currents] Convertion files: results.xml
43
43
[currents] Conversion completed, report saved to: /Users/miguelangarano/Documents/GitHub/generic-api-example/packages/vitest/.currents/2025-02-12T23-48-19-456Z-98201537-912f-4969-8bdc-a147003e8670
44
44
45
45
# Report the results to Currents
46
46
❯ npx currents upload --key=xxx --project-id=yyy
47
47
48
48
Currents config: {
49
- projectId: ' kLfVfq ' ,
49
+ projectId: ' *** ' ,
50
50
recordKey: ' *****' ,
51
51
removeTitleTags: false,
52
52
disableTitleTags: false,
You can’t perform that action at this time.
0 commit comments