-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Overhauling the integration test suite (#137)
* fix: simplifying local testing stack * feat: updating integration tests to remove cucumber * fix: first integration test passing * fix: refactoring helper methods and adding a new commented out test case while we work on the snapd client * feat: replacing the snapd client with API calls to snapcraft.io * feat: adding a simple mock server to support tests * feat: finishing off initial voting tests * chore: removing old test helper code * chore: removing old cucumber based voting tests * feat: adding authentication tests * feat: finishing initial integration test suite rewrite * feat: more reliable setup and teardown of tests in CI * chore: updating docs * chore: installing docker-compose in ci
- Loading branch information
Showing
44 changed files
with
1,746 additions
and
2,131 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
.vscode | ||
.idea | ||
/target | ||
mock_server/target | ||
.env | ||
.env_test | ||
.DS_STORE | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.