This came to my attention when I wanted to run this test suite on recent changes as part of reviewing a merge request into Activity.
I have faced some issues in doing so, and thought it would be a substantial plus to be able to run the integration tests, by pointing to http://localhost:8000 instead of the deployed version.
Acceptance Criteria
GIVEN I am an Activity developer
AND I wish to run these tests on new changes I made to Activity (not even pushed yet for example)
THEN I expect this test suite to run just like it would if my changes were deployed.
Additional context
First issue I faced is that emails are not sent. Will configuring an SMTP server (in docker for example) resolve this?
@sannleen
This came to my attention when I wanted to run this test suite on recent changes as part of reviewing a merge request into Activity.
I have faced some issues in doing so, and thought it would be a substantial plus to be able to run the integration tests, by pointing to
http://localhost:8000instead of the deployed version.Acceptance Criteria
Additional context
First issue I faced is that emails are not sent. Will configuring an SMTP server (in docker for example) resolve this?
@sannleen