-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Labels
questionFurther information is requestedFurther information is requested
Description
Does this question already exist in our backlog?
- I have checked and confirm this is a new question.
What is your question?
I am unable to run the basic gallery test plan. Here are my repo steps.
- Clone repository
cd PowerApps-TestEngine\srcdotnet build- Installed the browsers for Playwright via
playwright.ps1 install - Uploaded the solution to my environment.
- Created and configured a config.dev.json file in the src\PowerApsTestEngine folder as such:
{
"environmentId": "valid environment",
"tenantId": "valid tenant",
"testPlanFile": "../../samples/basicgallery/testPlan.fx.yaml",
"outputDirectory": "",
"user1Email": "my email"
}
- Removed logical name from TestPlan.fx.yaml within the basicgallery folder and replaced it with
appId: valid app GUID - Ran the following command in bin\Debug\PowerAppsTestEngine
`dotnet PowerAppsTestEngine.dll -i ......\samples\basicgallery\TestPlan.fx.yaml -e [valid environment] -t [valid tenant]
In the command line, I see 'Invalid file path'. In the debug log I see 'Invalid file path: TestPlanDefinition in test config file.'
What component are you experiencing the issue with?
Other
What pac version are you using?
1.40
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested