-
Notifications
You must be signed in to change notification settings - Fork 187
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
[tests-only][full-ci] run core acceptance tests with the Graph API #3404
Merged
Conversation
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
kiranparajuli589
force-pushed
the
add-graph-api-test-automation
branch
5 times, most recently
from
April 5, 2022 09:55
d946e06
to
de1c9b0
Compare
kiranparajuli589
force-pushed
the
add-graph-api-test-automation
branch
6 times, most recently
from
April 6, 2022 15:24
26521c3
to
1d93ca6
Compare
kiranparajuli589
changed the title
[tests-only] add acceptance tests for Graph API
[tests-only] run core acceptance tests with the Graph API
Apr 8, 2022
kiranparajuli589
force-pushed
the
add-graph-api-test-automation
branch
6 times, most recently
from
April 8, 2022 14:09
3a89938
to
a18628c
Compare
kiranparajuli589
force-pushed
the
add-graph-api-test-automation
branch
4 times, most recently
from
April 11, 2022 10:14
de3ec83
to
2a1ecaf
Compare
kiranparajuli589
force-pushed
the
add-graph-api-test-automation
branch
4 times, most recently
from
April 12, 2022 04:53
04a1a8a
to
8fa8b2c
Compare
rhafer
force-pushed
the
add-graph-api-test-automation
branch
from
April 12, 2022 09:15
c0b878d
to
80bf777
Compare
11 tasks
saw-jan
force-pushed
the
add-graph-api-test-automation
branch
from
April 21, 2022 10:31
c712b60
to
f68b4ff
Compare
Signed-off-by: Kiran Parajuli <[email protected]>
Signed-off-by: Parajuli Kiran <[email protected]>
Signed-off-by: Parajuli Kiran <[email protected]>
Signed-off-by: Parajuli Kiran <[email protected]>
Signed-off-by: Parajuli Kiran <[email protected]>
Signed-off-by: Kiran Parajuli <[email protected]>
Signed-off-by: Kiran Parajuli <[email protected]>
Signed-off-by: Kiran Parajuli <[email protected]>
Signed-off-by: Parajuli Kiran <[email protected]>
Signed-off-by: Parajuli Kiran <[email protected]>
Signed-off-by: Kiran Parajuli <[email protected]>
Signed-off-by: Kiran Parajuli <[email protected]>
Signed-off-by: Kiran Parajuli <[email protected]>
Signed-off-by: Kiran Parajuli <[email protected]>
Signed-off-by: Kiran Parajuli <[email protected]>
exlude TestHelpers from codacy as done for other test context files Signed-off-by: saw-jan <[email protected]>
update expected-failure file
saw-jan
force-pushed
the
add-graph-api-test-automation
branch
from
April 21, 2022 11:10
f68b4ff
to
8c08c98
Compare
Kudos, SonarCloud Quality Gate passed! |
rhafer
approved these changes
Apr 21, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Run core API acceptance tests using the Graph API for user/group provisioning
Related