test file>
testSuite:
testSuiteName: Suite
testSuiteDescription: ''
persona: User1
appLogicalName: ""
appId: '26f78246-a4c0-4c27-990a-8f08278'
onTestCaseStart: ""
onTestCaseComplete: ""
onTestSuiteComplete: |
=
networkRequestMocks:
testCases:
- testCaseName: Case
testCaseDescription: ''
testSteps: |
=
SetProperty(TextInputrg.Text, "rg");
SetProperty(TextInputvm.Text, "rg");
SetProperty(TextInputobs.Text, "rg");
testSettings:
filePath:
browserConfigurations:
- browser: Chromium
device:
screenWidth: 1920
screenHeight: 1080
locale: en-US
recordVideo: true
headless: true
timeout: 30000
extensionModules:
enable: true
allowPowerFxNamespaces:
- Preview
environmentVariables:
filePath:
users:
- personaName: User1
emailKey: user1Email
passwordKey: user1Password
Describe the bug
Testing a canvas application using test-engine throws a timeout, and I've figured out using video record that never passes the login option, it sets the user configured, but never clicks on the next button
To Reproduce
Actual Behavior: tests never run, in logs appear: Desired url not found
in login process , sets user but never passes it
test file>
Describe the bug
Testing a canvas application using test-engine throws a timeout, and I've figured out using video record that never passes the login option, it sets the user configured, but never clicks on the next button
To Reproduce
Actual Behavior: tests never run, in logs appear: Desired url not found
in login process , sets user but never passes it