-
Notifications
You must be signed in to change notification settings - Fork 219
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
Adding CIAM E2E tests and improvements to build infrastructure #2753
Conversation
Refactoring
* Adding CIAM CUD tests * Updating comments * Updating test --------- Co-authored-by: trwalke <[email protected]>
This reverts commit c3f3d3a.
This reverts commit 5f2a384.
This reverts commit 7484c58.
…nto trwalke/UiTestingCiam
I can't approve it because I opened the PR. Signing off. |
This reverts commit b7622cd.
I can approve for you :). Still need a second approval |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please address piushing tests and coveragev to ado as before
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks @trwalke
Once merged, you will need to cherry-pick to the rel/v2 branch too.
* Adding web app and web app call web api CIAM non CUD tests * Adding CIAM deamon test app for non CUD domain * Integrating lab client apps Refactoring * Refactoring * Setting ui test to headless * Update WebAppCallsApiCallsGraphLocally.cs * Adding CIAM CUD integration tests (#2737) * Adding CIAM CUD tests * Updating comments * Updating test --------- Co-authored-by: trwalke <[email protected]> * Enabling test runs with VSTest * Test updates * test * Testing * Disabling test * Test * Updating the CIAM tests to use the lab API (manual testing) * Revert "Test" This reverts commit c3f3d3a. * Revert "Disabling test" This reverts commit 5f2a384. * Using hosted agents * Always publish traces * Revert "Using hosted agents" This reverts commit 7484c58. * Updating process error * Publish screenshots * Updating tests * Adding additional statements * Updating screenshot staging * Fix typo * Updating endpoint to use Http * Reconfiguring ports * hiding UI * Enabling web app tests * Resolving test issue * Fixing run time and hiding ui * Adding asp auth * Enabling test * Refactoring test YAML * Disabling restore * Fixing build task * Test * Test * Fixing parameters * Unit tests * Install test platform * Changing test runner * Updating test directories * Updating test run * Fix typo * Updating test run * Updating check * Refactoring process restart logic * Clean up YAML * Revert "Adding asp auth" This reverts commit b7622cd. * Refactoring * Enabling code coverage settings * Fix indentation --------- Co-authored-by: trwalke <[email protected]> Co-authored-by: Travis Walker <[email protected]> Co-authored-by: Jean-Marc Prieur <[email protected]>
#2769) * Adding web app and web app call web api CIAM non CUD tests * Adding CIAM deamon test app for non CUD domain * Integrating lab client apps Refactoring * Refactoring * Setting ui test to headless * Update WebAppCallsApiCallsGraphLocally.cs * Adding CIAM CUD integration tests (#2737) * Adding CIAM CUD tests * Updating comments * Updating test --------- * Enabling test runs with VSTest * Test updates * test * Testing * Disabling test * Test * Updating the CIAM tests to use the lab API (manual testing) * Revert "Test" This reverts commit c3f3d3a. * Revert "Disabling test" This reverts commit 5f2a384. * Using hosted agents * Always publish traces * Revert "Using hosted agents" This reverts commit 7484c58. * Updating process error * Publish screenshots * Updating tests * Adding additional statements * Updating screenshot staging * Fix typo * Updating endpoint to use Http * Reconfiguring ports * hiding UI * Enabling web app tests * Resolving test issue * Fixing run time and hiding ui * Adding asp auth * Enabling test * Refactoring test YAML * Disabling restore * Fixing build task * Test * Test * Fixing parameters * Unit tests * Install test platform * Changing test runner * Updating test directories * Updating test run * Fix typo * Updating test run * Updating check * Refactoring process restart logic * Clean up YAML * Revert "Adding asp auth" This reverts commit b7622cd. * Refactoring * Enabling code coverage settings * Fix indentation --------- Co-authored-by: Bogdan Gavril <[email protected]> Co-authored-by: trwalke <[email protected]> Co-authored-by: Jean-Marc Prieur <[email protected]>
Adding CIAM E2E tests and improvements to build infrastructure
Summary of the changes (Less than 80 chars)
Description
CIAM tests
Webapp calls web api local
Web app calls web api (graph) disabled on the ADO for now. will be revisited(The entire file is disabled, not just this test)
Improvements to the YAML files
ID Web now has separate tasks for Building and running tests (One for unit tests, integration tests and E2E tests)
Separating these tasks should make it easier to onboard to Onebranch if we run into issues getting E2E tests running on the OneBranch agents.
ID Web can now leverage the test rerun feature in the VSTest ADO task to rerun failed tests. This will help improve overall test reliability.
Added logic to enable E2E tests to attempt a restart process restart a few times when it crashes prematurely. This should further improve reliability for the E2E tests
Screenshots are now captured when E2E Ui tests fail and are uploaded to the build run.
Fixes #{bug number} (in this specific format)
Continuation of #2728