-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Handle enable-disable of apps in acceptance tests #31661
Conversation
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.
Everything looks good. Something is wrong with drone I guess
Yes, 1 stupid error reaching github! I restarted drone. |
And now the codecov report has not come, so it will not let me merge. |
2689784
to
6255323
Compare
6255323
to
5f5840a
Compare
Codecov Report
@@ Coverage Diff @@
## master #31661 +/- ##
============================================
- Coverage 62.87% 62.07% -0.81%
Complexity 18410 18410
============================================
Files 1151 1151
Lines 69114 69105 -9
Branches 1260 1260
============================================
- Hits 43456 42894 -562
- Misses 25289 25842 +553
Partials 369 369
Continue to review full report at Codecov.
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Description
BeforeScenario
andAfterScenario
so that if a scenario changes the enabled/disabled state of apps, they will be put back on the way out.Related Issue
Motivation and Context
The notifications app is needed for some scenarios and not for others. Enable it in the feature files when it is needed. That will allow local test runs to use whatever scenarios they like, without having to remember to enable or disable the notifications app before running the scenarios. It will also let someone run a whole set of tests in a single run (multiple suites) and the scenarios will handle whhat apps come-and-go.
How Has This Been Tested?
Local test runs starting with notifications app enabled or disabled.
Types of changes
Checklist: