Skip to content

[QUESTION] Unable to run Test Engine - Invalid File Path: TestPlanDefinition in test config file #600

@FragariaChemist

Description

@FragariaChemist

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.

  1. Clone repository
  2. cd PowerApps-TestEngine\src
  3. dotnet build
  4. Installed the browsers for Playwright via playwright.ps1 install
  5. Uploaded the solution to my environment.
  6. 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"
  }
  1. Removed logical name from TestPlan.fx.yaml within the basicgallery folder and replaced it with
    appId: valid app GUID
  2. 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

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions