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.PlaywrightScript() #336

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

Conversation

Grant-Archibald-MS
Copy link
Contributor

Pull Request Template

Description

Extend the TestEngine Power Fx functions with the ability to call a CSharp Script (csx) file passing ILogger and Playwright IPage context

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 00:28
Copy link

github-actions bot commented Jun 7, 2024

Code Coverage

Package Line Rate Branch Rate Complexity Health
Microsoft.PowerApps.TestEngine 0% 0% 1162
Microsoft.PowerApps.TestEngine.Tests 0% 0% 645
testengine.user.browser 58% 50% 15
Microsoft.PowerApps.TestEngine 1% 0% 1162
Microsoft.PowerApps.TestEngine.Tests 0% 1% 645
testengine.user.environment 95% 91% 31
Microsoft.PowerApps.TestEngine 90% 87% 1166
Microsoft.PowerApps.TestEngine 5% 3% 1162
Microsoft.PowerApps.TestEngine.Tests 1% 2% 645
testengine.provider.canvas 81% 87% 93
Microsoft.PowerApps.TestEngine 90% 87% 1166
Microsoft.PowerApps.TestEngine 1% 0% 1162
testengine.module.pause 100% 100% 6
Microsoft.PowerApps.TestEngine 0% 0% 1162
Microsoft.PowerApps.TestEngine.Tests 0% 0% 645
testengine.user.browser 58% 50% 15
Microsoft.PowerApps.TestEngine 1% 0% 1162
testengine.module.playwrightscript 86% 62% 20
Microsoft.PowerApps.TestEngine 1% 0% 1162
Microsoft.PowerApps.TestEngine.Tests 0% 1% 645
testengine.user.environment 95% 91% 31
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.playwrightscript 86% 62% 20
Summary 17% (4786 / 52280) 16% (1714 / 12372) 18152

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.

2 participants