I want a new built-in-parameter for access Apps of committed version with Source Control feature.
Why:
I want to run tests against the latest version for quick fixes on locally, and I want to run tests against the committed version on CI.
If the tests on the branch is running against the latest version, the test fails on main branch because the uncommitted changes are lost on main branch.
It sounds like you are looking for testing tools to test out a development branch before committing the app to the main branch that is deployed and in use, correct?
It sounds like you are looking for testing tools to test out a development branch before committing the app to the main branch that is deployed and in use, correct?
No, I've already wrote tests by Playwright for main/feature branches.
In feature branches, "https://.retool.com/tree//apps/" shows the "latest"(non-committed) App but not the "committed" App.
It means the App tested and the App merged are different.