microsoft / PowerAppsTestAutomation

MIT License
63 stars 677 forks source link

Problems parsing override parameters #13

Open git-gone opened 3 years ago

git-gone commented 3 years ago

I've been experimenting with your promising project, but have run into trouble when running my pipeline. The pipeline runs OK until it starts the tests for the browsers, when I receive a warning concerning failure to parse override parameters.

[warning]Unable to parse the override run parameters string: -OnlineUsername *** -OnlinePassword *** -BrowserType "Chrome" -OnlineUrl https://make.powerapps.com -UsePrivateMode true -TestAutomationURLFilePath D:\a\1\s\JamesPowerAppTesting\testURLs.json -DriversPath C:\SeleniumWebDrivers\ChromeDriver -LoginMethod CloudIdentity

The hard reference to Selenium doesn't appear to feature in the pipeline templates nor in the azure-pipeline.yml.

SpicyFlame870 commented 2 years ago

Did you get a solution?