-
Notifications
You must be signed in to change notification settings - Fork 49
Description
Hi everyone
I have currently seen an error when launching tests over mu project
In logs I'm seeing:
Desired URL: https://apps.powerapps.com/play/e/XXXXXXXXXXXXXXXXXXXX/an/new_aprobador_26caf?>tenantId=XXXXXXXXXXX&source=testengine
Successfully navigated to target URL
Legacy WebPlayer in use, injecting embedded JS.
[Error]: Something went wrong when Test Engine tried to get App status.
[Error]: Encountered an error. See the debug log for this test suite for more information.
- YAML
testSuite:
testSuiteName: Suite (1)
testSuiteDescription: ''
persona: User1
appLogicalName: new_aprobador_26caf
appId: ''
onTestCaseStart: ""
onTestCaseComplete: ""
onTestSuiteComplete: |
=
networkRequestMocks:
testCases:
- testCaseName: Case
testCaseDescription: ''
testSteps: |
=
SetProperty('TextInputrg'.Text, "asdasd");
SetProperty('TextInputvm'.Text, "asdasd");
Assert(1=1);
testSettings:
filePath:
browserConfigurations:
- browser: Chromium
device:
screenWidth: 1920
screenHeight: 1080
locale: en-US
recordVideo: true
headless: true
enablePowerFxOverlay: false
timeout: 30000
environmentVariables:
filePath:
users:
- personaName: User1
emailKey: user1Email
passwordKey: user1Passwordand I also had the change to identify the next error on the web browser:
This app isn't working. Refresh your browser or try again later.
I already validated the app and it works correctly, I also launched test using PowerAppsTestAutomation, and works well
This error started two weeks ago
Do you guys have any idea about this error?