Skip to content

Commit

Permalink
Add Expected Failure status to readme (#85)
Browse files Browse the repository at this point in the history
Change Description:
Updated the readme for previously undocumented usage of Expected Failure for the test-status flag

Test Plan/Testing Performed:
N/A
  • Loading branch information
tjl694 authored Oct 10, 2024
1 parent 5ec5931 commit 7660b56
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,13 @@ See ```xcparse screenshots --help``` for a full-listing

The ```--test-status``` option can allow for whitelisting only screenshots from tests that have a status that matches at least one of the provided status strings

| Examples | Description |
|-------------------------------------|--------------------------------|
| ```--test-status Success``` | Passing tests only |
| ```--test-status Failure``` | Failing tests only |
| ```--test-status Success Failure``` | Passing or failing tests only |
| Examples | Description |
|------------------------------------------------|----------------------------------------|
| ```--test-status Success``` | Passing tests only |
| ```--test-status Failure``` | Failing tests only |
| ```--test-status Success Failure``` | Passing or failing tests only |
| ```--test-status 'Expected Failure' Failure``` | Expected failure or failing tests only |
| ```--test-status 'Expected Failure'``` | Expected failure tests only |


Test status strings can be found by using verbose mode with the screenshots sub-command.
Expand Down

0 comments on commit 7660b56

Please sign in to comment.