Playwright Testing Vueform Builder #36
-
Hello Everyone, I'm facing an issue with license validation blocking our Playwright end-to-end tests. We are trying to create an end-to-end test for a page that uses the form builder, and when we go to access the Form Builder page, we are getting a "Restricted Access Page" in local development. This is happening because our test URL for Playwright tests is (0.0.0.0:59836). I'm looking for advice on how others manage e2e tests with Form Builder under similar constraints. We use the Production Builder License - Monthly Subscription since we are in our project's development/demo phase. Any shared experiences or tips on overcoming these license validation challenges for comprehensive testing in a way that respects the licensing terms would be greatly appreciated:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hi Victor, I've added |
Beta Was this translation helpful? Give feedback.
Hi Victor, I've added
0.0.0.0
to our whitelist. If you have a Production Builder License it should work now. Please let me know if you experience any issues.