microsoft / PowerApps-TestEngine

MIT License
100 stars 30 forks source link

'Navigate' fx is unknown or unsupported #192

Closed live1206 closed 1 year ago

live1206 commented 1 year ago

Describe the bug

Test Engine throws on Navigate fx.

[Error]: System.AggregateException: One or more errors occurred. (Errors: Error 3-42: 'Navigate' is an unknown or unsupported function.

To Reproduce

Steps to reproduce the behavior:

  1. Add a test step using Navigate as below and run the test
    Navigate('Screen');

    Expected Behavior: Should navigate to the screen, as I can see from the doc: Any documented Power Fx functions can be used. Actual Behavior: 'Navigate' is an unknown or unsupported function.

clairewu0218 commented 1 year ago

Hi @live1206,

I'm afraid that Navigate function is not supported in Test Engine at this stage. Feel free to check out all the functions supported via this link

Thanks! Claire

live1206 commented 1 year ago

Hi @live1206,

I'm afraid that Navigate function is not supported in Test Engine at this stage. Feel free to check out all the functions supported via this link

Thanks! Claire

@clairewu0218 Thanks for the comment, as you mentioned in the link , it says, any documented fx can be used.

image

Navigate is documented for canvas app. Did I misunderstand the description here? Thanks again for the help!