microsoft / PowerApps-TestEngine

MIT License
100 stars 30 forks source link

Unexpected characters. The formula contains 'ParenClose' where 'Error' is expected. #161

Closed txh57 closed 1 year ago

txh57 commented 1 year ago

I cloned the repo yesterday and installed it on 2 different machines (Windows 10 and 11). After that I ran unmodified tests from the samples in various US- and Europe based production environments:

All tests throw errors stating "Unexpected characters. The formula contains 'ParenClose' where 'Error' is expected". The only teststeps that seem to work are Screenshot() and simple Select(Control) statements.

I installed the .net sdk 6.0.402 twice on both machines,

Attached you will find the logs of a browseGallery test run. testresults.zip

clairewu0218 commented 1 year ago

We are working on a long-term fix. For now, you can follow the steps and the modified basic gallery test plan sample in [this issue] (https://github.com/microsoft/PowerApps-TestEngine/issues/150). Sorry for the trouble.

txh57 commented 1 year ago

Thanks for the link. Switching the region to English (United States) in the control panel did the job.