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

Skip response body scripting #170

Merged
merged 3 commits into from
Oct 26, 2023

Conversation

* Fixed issue with agent instead of controller acceptance

* Fixed the errorfile validator since it can be an object

* Fixed the acceptance tests if run after the agent tests

* Fixed the start scripts to match the other controller/agent scripts

* Cleaned up the static environment vars

* Added new npm run acceptance:all

- Acceptance:all will start both the agent and controller, and run the acceptance tests for both. You must manually Ctrl -C when finished
…169)

* Split the skipBody try parameter into separate request/response skip

- -k/--skip-response-body will only skip the response body
- -K/--skip-request-body will only skip the request body
- '-k -K' will skip BOTH request and response body

* Fixed cargo fmt
@tkmcmaster tkmcmaster requested a review from a team October 26, 2023 20:31
@tkmcmaster tkmcmaster self-assigned this Oct 26, 2023
@tkmcmaster tkmcmaster merged commit 5c3ec4c into 0.6.0-scripting-dev Oct 26, 2023
19 checks passed
@tkmcmaster tkmcmaster deleted the skipResponseBodyScripting branch October 26, 2023 21:13
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.

2 participants