-
-
Notifications
You must be signed in to change notification settings - Fork 88
ci: Add integration tests for Parse Server #224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
mtrezza
merged 33 commits into
parse-community:master
from
vahidalizad:integration-test
Oct 22, 2024
Merged
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
91dd798
add integration test
vahidalizad a11e409
revert parse js sdk version
vahidalizad 09fc315
remove unused configs in integration tests setup
vahidalizad 7add3cf
Merge branch 'master' into integration-test
vahidalizad 90cda17
add index to coverage
vahidalizad 7599610
Update package.json
mtrezza 1c4682f
refactor server integration
mtrezza cf76ac9
remove server options
mtrezza 782d598
fix lint
mtrezza 763f5ef
fix lint
mtrezza 2fb1e14
regenerate package-lock
mtrezza ac98bb4
upgrade aws sdk
mtrezza 4b3228c
Merge branch 'master' into integration-test
mtrezza 2270c56
clean up tests
mtrezza 6726c96
remove lib from nyc
mtrezza 6a02150
Revert "remove lib from nyc"
mtrezza 0b7ea2a
rename tests
mtrezza 70e55db
fix ts errors
mtrezza aa5d07e
refactor integr test
mtrezza 9457f2e
remove conformance tests
mtrezza 291d9dd
Update package-lock.json
mtrezza ae0930d
add parse server compat
mtrezza dd95fe0
fix testing env var
mtrezza cd454a9
Update package-lock.json
mtrezza 31f0715
Update .gitignore
mtrezza 2b21b55
Update README.md
mtrezza c3fcc29
add parse server matrix
mtrezza 5f1cf60
Update jasmine.js
mtrezza a21f2f9
Update jasmine.js
mtrezza 957b085
fix lint
mtrezza 3ff1bf8
remove parse server 5 test
mtrezza d95d10e
Update ci.yml
mtrezza fe0e6ab
remove prettier
mtrezza File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 |
---|---|---|
|
@@ -36,4 +36,8 @@ node_modules | |
# Webstorm | ||
.idea/ | ||
|
||
# Lint | ||
.eslintcache | ||
|
||
# Parse Server | ||
test_logs |
This file contains hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.