Skip to content
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

addresses issue 5 in zzapi-vscode #2

Merged
merged 4 commits into from
May 12, 2024

Conversation

Varun0157
Copy link
Collaborator

  • adds a stopOnFailure option, when when invoked prevents the running of header and body tests if status tests fail
  • changes the order of running tests:
    1. status tests
    2. header tests
    3. json (body) tests
    4. body assertions (regex etc)

@Varun0157 Varun0157 requested a review from vasan-agrostar May 11, 2024 12:54
@Varun0157 Varun0157 changed the title addresses issue 6 in zzapi-vscode addresses issue 5 in zzapi-vscode May 11, 2024
@vasan-agrostar vasan-agrostar merged commit 7567725 into main May 12, 2024
4 checks passed
@Varun0157 Varun0157 deleted the vscode_issue-5_stop-on-failure branch May 12, 2024 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Run status and header tests first so that body tests can be skipped
2 participants