-
Type: Task
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: NXP-7.x, NXP-8.x, NXP-9.x
-
Component/s: Continuous Integration
-
Epic Link:
-
Tags:
Mocking needs to be added to:
- deal with manual testing scenarios and record the result. Those results should be replayed even if integration mode is enabled (INTEGRATION_TESTS="yes")
- deal with running the same query several times in a test when the result is different.
Some needed variables:
- MOCK_NO_RECORD="yes" means there will be no record and the full command is executed
- INTEGRATION_TESTS="yes" does not use any test cache and runs the test against a real server
- IS_MOCK_STATIC="yes" means the test will never be run against a real server once recorded (for manual test case setup scenarios)
- order of precedence is MOCK_NO_RECORD > IS_MOCK_STATIC > INTEGRATION_TESTS
- is required by
-
NXBT-1715 add function getHFReleaseIssue to JIRA lib
- Resolved