AS A system engineer
I WANT to be able to execute the "bot-to-bot" integration test outlined in the "Integration Test Strategy" document
SO THAT I can test that the system can route a message from one bot to another
[x] Depends on https://github.com/buerokratt/Tests/issues/1 being completed first as this will establish the surrounding project and code patterns for integration tests. Therefore, this task can be a "rinse and repeat" exercise.
[ ] The functional flow for Milestone 2 should be written before this test can be
Acceptance Criteria
[ ] Implementation of "bot-to-bot" test as outlined in integration test strategy document
AS A system engineer I WANT to be able to execute the "bot-to-bot" integration test outlined in the "Integration Test Strategy" document SO THAT I can test that the system can route a message from one bot to another
Refer to integration-testing-strategy.md for details of what the "bot-to-bot" test should do.
Implement the test outlined in the integration test strategy document. This includes writing the code for the test itself.
This does not include the test being executed as part of a pipeline or be used as a gate in any pipelines.
Implementation of other test paths will be covered in other issues.
Dependencies
Acceptance Criteria