You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a Developer I need a way to run integration tests for Pull Requests So that a Pull Request does not break the build
Assumptions:
We can use the public Travis for this
Acceptance Criteria:
Given I have Travis CI set up
When someone makes a Pull Request
Then the integration tests should be run
And I should not merge the request unless all tests pass
The text was updated successfully, but these errors were encountered:
As a Developer
I need a way to run integration tests for Pull Requests
So that a Pull Request does not break the build
Assumptions:
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: