Automatically registers nightly test runs in CAE TestRail #206
+30
−10
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🗒️ Summary
Merge this to resolve devops#35 which'll do the following:
C1274687
to a single test (with three assertions) in the Postman collection (which is "As an API user, I want to search by a temporal range as an ISO-8601 time interval")⚙️ Test Data and/or Report
♻️ Related Issues
🔮 Future Work
C1274687
is recorded in thepostman_collection.json
file only, not in Postman. Suppose someone were to fire up Postman and add a new test. Exporting a freshpostman_collection.json
file would overwrite all test case IDs. The test case IDs should be in Postman itself (i.e., eachpm.test("Summary of assertion being made", …)
→pm.test("C1234567 Summary of assertion being made", …)
Sean.C.Kelly@jpl.nasa.gov
. We should have a "service" account instead, since despite my rare use of public transportation, I could still get hit by a bus.