- Merge PR to support refs
- Merge PR to support plans
- Merge PR to propagate test ids from parent name to child assertions when title matching is true.
- Fix bug (closing runs due to falsiness check).
- Merge PR for close run option.
- Merge PRs for beta header, matching via request name.
- Always add test case name in comments.
- Fix bug with "latest" runId option.
- Merge PR to fix an issue that caused excess api calls in large suites. Also update some dev dependencies for security update.
- Initial support for case name matching instead as alternative to ids.
- Merge PR for custom step field names.
- Initial support for test steps.
- Log non-raw request POST bodies. Also remove VERBOSE flag.
- Merge PR for custom pass, fail, skip statuses
- Dependency update
- Bugfix - "none" logging option no longer logs error messages or test assertions
- Dependency update
- Change logging options to add a zero logging option.
- Merge PR for security update.
- Add a verbose flag for request/response logging.
- Move dayjs to dependencies.
- Merge PR for date time in default test run titles.
- Merge PR for milestone id option.
- Deduplicate logging in cases where same request has duplicate test cases
- Log test case and request even if DNS error occurs
- Pass user agent on testrail requests
- Dependency update
- Trim response body logging if response body exceeds 1 mb.
- Fix query strings
- Better duplicate test case handling. Minor refactoring.
- Human readable request and response headers in TestRail comment
- Add error message, if any, to TestRail comment
- Allow TESTRAIL_INCLUDEALL option
- Pass in seconds instead of ms until TestRail properly supports ms
- Fix DNS error issues
- Fix minimist vulnerability (https://npmjs.com/advisories/1179)
- Allow fixed custom params on command line
- Allow optional VERSION field
- Pass elapsed times, response headers
- Fix comments/logging
- Fix a bug when testing a top level domain
- Better comments, support for pm.test.skip
- Option to update old runs instead of creating new runs
- Update out-of-date dependencies
- Add support for duplicate test numbers
- README.md update
- Specify test titles with environment variable
- Add support for mapping multiple tests to one assertion
- README.md and linter update
- Fix console error logging bug
- Fix error checking responses
- Initial commit