-
Notifications
You must be signed in to change notification settings - Fork 22
DRAFT: [COVERAGE REPORTER TASK] Expand start-test comand by coverage-mode #583
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 2.x
Are you sure you want to change the base?
Conversation
… & coverage to one run section
The example should be like this: // coverage.yml
app/models:
- "@S171a8408"
- "@T091ed49e"
app/features/login:
- "@T091ed49e"
lib/ui/*:
- "tag:@step-06"
- "@Safaa0ab4"
|
I think I covered all of these cases (provided by you), in my latest fixes... but I'll check again and add some additional screenshots later. Thx for your feedback @DavertMik Check Michael example - WIP |
I want to add a new option to get not only last Git committed/uncommitted updates, but committed by {N} (up to 10) - WIP Behavior Summary table of possible command:
|
…e 'changes:committed' case
In your example of coverage file I really don't understand difference between lines:
AND
In my code I added |
Check package.json updates - WIP (need to double check) |
To find all files via thus pattern
we need to use
|
Optionally add new pipe
|
Coverage task v1 updates:
Short Coverage task description:
git diff --name-only
cmd;--grep
command for targeted test runs;(original ticket - https://github.com/testomatio/playtika-issues/issues/32 )
Example:
TESTOMATIO_URL=http://xxx TESTOMATIO=tstxxx npx start-test-run -c 'npx codeceptjs run' --coverage 'filepath:coverage/coverage.yml'
coverage.yml
file example: