-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(e2e): restructure e2e test helpers to better separate shared st…
…ate and setup / teardown functions COMPASS-8361 (#6383) * chore(e2e): restructure e2e test helpers to better separate shared state and setup / teardown functions * chore: fix depcheck and var name * chore: remove TEST_PACKAGED_APP env var usage * chore: replset for test servers and better cleanup * chore: eslint fixes * chore(e2e): use DEFAULT_CONNECTIONS in connect form helpers * chore: ts fix * chore: update to non-esm version * chore: fix glob * chore: remove unused imports * chore: more glob adjustments * chore: uncomment retries * chore: fix env var name
- Loading branch information
1 parent
c72a1df
commit ce0d66f
Showing
21 changed files
with
737 additions
and
967 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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 |
---|---|---|
|
@@ -2,5 +2,3 @@ | |
.log | ||
fixtures/*.csv | ||
fixtures/*.json | ||
write-electron-versions.js | ||
electron-versions.json |
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 |
---|---|---|
|
@@ -3,7 +3,3 @@ | |
fixtures | ||
.nyc_output | ||
coverage | ||
|
||
# Generated files | ||
electron-versions.json | ||
write-electron-versions.js |
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
Oops, something went wrong.