-
Notifications
You must be signed in to change notification settings - Fork 28
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
feat: 2021 release wave 2 #119
Conversation
The CI environment has been disabled due to lack of space in the tenant. However, this pre-release version is critical.
Allows test data cleanup to be toggled by setting `deleteTestData` to `false` in the config file. Not specifying this will continue to exhibit the existing behaviour.
This reverts commit ad69e12.
Microsoft update to the PPBT caused the provision environment step to not output the environment URL correctly.
c48e95e
to
b210f20
Compare
…ni/powerapps-specflow-bindings into feat/2021-release-wave-2
…apps-specflow-bindings into feat/2021-release-wave-2
…ting. Issues will be raised with EasyRepro for further investigation.
* fix: refreshes the app access token [wip] * fix: added appUserRecordRepository to the browser window object to ensure that it is possible to call appUserRecordRepository.updateAccessToken(accessToken) at a later time * fix: refactored AccessToken Co-authored-by: Tom Ashworth <tom.ashworth@capgemini.com> and Leroy Douglas <leroy.douglas@capgemini.com>
…s the later preview version caused many of the tests to fail
…ow enabled by default
…ecret for the Set-AllUserLocalesToUk.ps1 script
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.
As discussed, we'll revert the changes made regarding token expiry as we don't actually believe this to be an issue.
bindings/src/Capgemini.PowerApps.SpecFlowBindings/ITestDriver.cs
Outdated
Show resolved
Hide resolved
bindings/src/Capgemini.PowerApps.SpecFlowBindings/PowerAppsStepDefiner.cs
Outdated
Show resolved
Hide resolved
bindings/src/Capgemini.PowerApps.SpecFlowBindings/PowerAppsStepDefiner.cs
Outdated
Show resolved
Hide resolved
bindings/src/Capgemini.PowerApps.SpecFlowBindings/PowerAppsStepDefiner.cs
Outdated
Show resolved
Hide resolved
bindings/src/Capgemini.PowerApps.SpecFlowBindings/PowerAppsStepDefiner.cs
Outdated
Show resolved
Hide resolved
bindings/src/Capgemini.PowerApps.SpecFlowBindings/PowerAppsStepDefiner.cs
Outdated
Show resolved
Hide resolved
bindings/src/Capgemini.PowerApps.SpecFlowBindings/TestDriver.cs
Outdated
Show resolved
Hide resolved
bindings/src/Capgemini.PowerApps.SpecFlowBindings/TestDriver.cs
Outdated
Show resolved
Hide resolved
bindings/src/Capgemini.PowerApps.SpecFlowBindings/TestDriver.cs
Outdated
Show resolved
Hide resolved
Manual validation requested |
Manual validation requested |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Manual validation requested |
Purpose
This branch resolves a number of issues that were introduced with release wave 2 2021.
Approach
Updates EasyRepro dependencies and fixes internal selectors.
TODOs