forked from microsoft/PowerApps-TestEngine
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTestPlanTemplate.fx.yaml
More file actions
38 lines (32 loc) · 881 Bytes
/
TestPlanTemplate.fx.yaml
File metadata and controls
38 lines (32 loc) · 881 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# yaml-embedded-languages: powerfx
testSuite:
testSuiteName: testPlan Template
testSuiteDescription: testPlan template for written own test steps
persona: User1
appLogicalName:
appId:
testCases:
- testCaseName: Case1
testCaseDescription: Description for Case1
testSteps: |
= Screenshot("template_loaded.png");
Screenshot("template_end.png");
- testCaseName: Case2
testCaseDescription: Description for Case2
testSteps: |
= Screenshot("template_loaded.png");
Screenshot("template_end.png");
testSettings:
locale: "en-US"
headless: false
recordVideo: true
browserConfigurations:
- browser: Chromium
channel: msedge
timeout: 60000
extensionModules:
enable: true
environmentVariables:
users:
- personaName: User1
emailKey: user1Email