|
| 1 | +## 3.5.15 |
| 2 | + |
| 3 | +❤️ Thanks all to those who contributed to make this release! ❤️ |
| 4 | + |
| 5 | +🛩️ *Features* |
| 6 | +* feat: improve code coverage plugin (#4252) - by @KobeNguyenT |
| 7 | + We revamp the coverage plugin to make it easier to use |
| 8 | + |
| 9 | +Once all the tests are completed, `codecept` will create and store coverage in `output/coverage` folder, as shown below. |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | +Open `index.html` in your browser to view the full interactive coverage report. |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | +🐛 *Bug Fixes* |
| 20 | +* fix: bump puppeteer to v22.x (#4249) - by @KobeNguyenT |
| 21 | +* fix: improve dry-run command (#4225) - by @KobeNguyenT |
| 22 | + |
| 23 | +dry-run command now supports test level grep. |
| 24 | + |
| 25 | +``` |
| 26 | +Tests from /Users/t/Desktop/projects/codeceptjs-rest-demo:@jaja |
| 27 | +
|
| 28 | +GET tests -- /Users/t/Desktop/projects/codeceptjs-rest-demo/src/GET_test.ts -- 4 tests |
| 29 | + ☐ Verify getting a single user @jaja |
| 30 | + ☐ Verify getting list of users @jaja |
| 31 | +PUT tests -- /Users/t/Desktop/projects/codeceptjs-rest-demo/src/PUT_test.ts -- 4 tests |
| 32 | + ☐ Verify creating new user @Jaja |
| 33 | +
|
| 34 | +
|
| 35 | + Total: 2 suites | 3 tests |
| 36 | +
|
| 37 | +--- DRY MODE: No tests were executed --- |
| 38 | +➜ codeceptjs-rest-demo git:(master) ✗ npx codeceptjs dry-run |
| 39 | +Tests from /Users/t/Desktop/projects/codeceptjs-rest-demo: |
| 40 | +
|
| 41 | +DELETE tests -- /Users/t/Desktop/projects/codeceptjs-rest-demo/src/DELETE_test.ts -- 4 tests |
| 42 | + ☐ Verify deleting a user |
| 43 | +GET tests -- /Users/t/Desktop/projects/codeceptjs-rest-demo/src/GET_test.ts -- 4 tests |
| 44 | + ☐ Verify a successful call |
| 45 | + ☐ Verify a not found call |
| 46 | + ☐ Verify getting a single user @jaja |
| 47 | + ☐ Verify getting list of users @jaja |
| 48 | +POST tests -- /Users/tDesktop/projects/codeceptjs-rest-demo/src/POST_test.ts -- 4 tests |
| 49 | + ☐ Verify creating new user |
| 50 | + ☐ Verify uploading a file |
| 51 | +PUT tests -- /Users/tDesktop/projects/codeceptjs-rest-demo/src/PUT_test.ts -- 4 tests |
| 52 | + ☐ Verify creating new user @Jaja |
| 53 | +
|
| 54 | +
|
| 55 | + Total: 4 suites | 8 tests |
| 56 | +
|
| 57 | +--- DRY MODE: No tests were executed --- |
| 58 | +``` |
| 59 | + |
| 60 | +* Several internal fixes and improvements for github workflows |
| 61 | + |
1 | 62 | ## 3.5.14
|
2 | 63 |
|
3 | 64 | ❤️ Thanks all to those who contributed to make this release! ❤️
|
|
0 commit comments