Spaces:
Running
Running
alessandro trinca tornidor
commited on
Commit
•
d3be968
1
Parent(s):
d6917a8
doc: update README.md adding stats about mutation tests
Browse files
README.md
CHANGED
@@ -73,6 +73,12 @@ test-command = "python -m pytest tests/lambdas/test_lambdaSpeechToScore.py tests
|
|
73 |
name = "local"
|
74 |
```
|
75 |
|
|
|
|
|
|
|
|
|
|
|
|
|
76 |
### E2E tests with playwright
|
77 |
|
78 |
Normally I use Visual Studio Code to write and execute my playwright tests, however it's always possible to run them from cli (from the `static` folder, using a node package manager like `npm` or `pnpm`):
|
|
|
73 |
name = "local"
|
74 |
```
|
75 |
|
76 |
+
In this case my 'mutant' test coverage progression (Total jobs: 377 / Complete: 377, 100.00%):
|
77 |
+
|
78 |
+
1. Surviving mutants: 181 (48.01%)
|
79 |
+
2. Surviving mutants: 74 (19.63%)
|
80 |
+
3. Surviving mutants: 3 (0.80%)
|
81 |
+
|
82 |
### E2E tests with playwright
|
83 |
|
84 |
Normally I use Visual Studio Code to write and execute my playwright tests, however it's always possible to run them from cli (from the `static` folder, using a node package manager like `npm` or `pnpm`):
|