Skip to content
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 TestEngine.PlaywrightAction() #338

Open
wants to merge 2 commits into
base: integration
Choose a base branch
from

Conversation

Grant-Archibald-MS
Copy link
Contributor

Pull Request Template

Description

Wrap common Playwright page actions as a Power FX function for "wait", "click", "navigate" and "exists"

Checklist

  • The code change is covered by unit tests. I have added tests that prove my fix is effective or that my feature works
  • I have performed end-to-end test locally.
  • New and existing unit tests pass locally with my changes
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I used clear names for everything
  • I have performed a self-review of my own code

@Grant-Archibald-MS Grant-Archibald-MS requested a review from a team as a code owner June 7, 2024 02:20
Copy link

github-actions bot commented Jun 7, 2024

Code Coverage

Package Line Rate Branch Rate Complexity Health
Microsoft.PowerApps.TestEngine 5% 3% 1162
Microsoft.PowerApps.TestEngine.Tests 1% 2% 645
testengine.provider.canvas 81% 87% 93
Microsoft.PowerApps.TestEngine 1% 0% 1162
testengine.module.pause 100% 100% 6
Microsoft.PowerApps.TestEngine 1% 0% 1162
testengine.module.playwrightaction 77% 76% 51
testengine.module.tests.common 100% 100% 1
Microsoft.PowerApps.TestEngine 1% 0% 1162
testengine.module.pause 100% 100% 6
Microsoft.PowerApps.TestEngine 90% 87% 1166
Microsoft.PowerApps.TestEngine 1% 0% 1162
Microsoft.PowerApps.TestEngine.Tests 0% 1% 645
testengine.user.environment 95% 91% 31
Microsoft.PowerApps.TestEngine 0% 0% 1162
Microsoft.PowerApps.TestEngine.Tests 0% 0% 645
testengine.user.browser 58% 50% 15
Microsoft.PowerApps.TestEngine 90% 87% 1166
Microsoft.PowerApps.TestEngine 1% 0% 1162
Microsoft.PowerApps.TestEngine.Tests 0% 1% 645
testengine.user.environment 95% 91% 31
Microsoft.PowerApps.TestEngine 1% 0% 1162
testengine.module.playwrightaction 77% 76% 51
testengine.module.tests.common 100% 100% 1
Microsoft.PowerApps.TestEngine 0% 0% 1162
Microsoft.PowerApps.TestEngine.Tests 0% 0% 645
testengine.user.browser 58% 50% 15
Microsoft.PowerApps.TestEngine 5% 3% 1162
Microsoft.PowerApps.TestEngine.Tests 1% 2% 645
testengine.provider.canvas 81% 87% 93
Summary 17% (4842 / 52362) 17% (1764 / 12432) 18216

Minimum allowed line rate is 15%

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant