You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wrangler preview urls e2e fixes and warning follow up (#10561)
* wrangler: test: fix e2e tests regarding recent preview_urls defaulting to false Fixes existing tests, and adds a new test for `preview_urls = true`. * wrangler: feat: do not show subdomain status mismatch warnings on first deploy These warnings are just noise on a first deploy, not really necessary.
Worker Version ID: 00000000-0000-0000-0000-000000000000
73
-
Version Preview URL: https://tmp-e2e-worker-PREVIEW-URL.SUBDOMAIN.workers.dev
74
72
To deploy this version to production traffic use the command wrangler versions deploy
75
73
Changes to non-versioned settings (config properties 'logpush' or 'tail_consumers') take effect after your next deployment using the command wrangler versions deploy
76
74
Changes to triggers (routes, custom domains, cron schedules, etc) must be applied with the command wrangler triggers deploy"
Worker Version ID: 00000000-0000-0000-0000-000000000000
189
-
Version Preview URL: https://tmp-e2e-worker-PREVIEW-URL.SUBDOMAIN.workers.dev
190
187
To deploy this version to production traffic use the command wrangler versions deploy
191
188
Changes to non-versioned settings (config properties 'logpush' or 'tail_consumers') take effect after your next deployment using the command wrangler versions deploy
192
189
Changes to triggers (routes, custom domains, cron schedules, etc) must be applied with the command wrangler triggers deploy"
Worker Version ID: 00000000-0000-0000-0000-000000000000
593
-
Version Preview URL: https://tmp-e2e-worker-PREVIEW-URL.SUBDOMAIN.workers.dev
594
590
To deploy this version to production traffic use the command wrangler versions deploy
595
591
Changes to non-versioned settings (config properties 'logpush' or 'tail_consumers') take effect after your next deployment using the command wrangler versions deploy
596
592
Changes to triggers (routes, custom domains, cron schedules, etc) must be applied with the command wrangler triggers deploy"
Worker Version ID: 00000000-0000-0000-0000-000000000000
635
-
Version Preview URL: https://tmp-e2e-worker-PREVIEW-URL.SUBDOMAIN.workers.dev
636
631
To deploy this version to production traffic use the command wrangler versions deploy
637
632
Changes to non-versioned settings (config properties 'logpush' or 'tail_consumers') take effect after your next deployment using the command wrangler versions deploy
638
633
Changes to triggers (routes, custom domains, cron schedules, etc) must be applied with the command wrangler triggers deploy"
Worker Version ID: 00000000-0000-0000-0000-000000000000
683
+
Version Preview URL: https://tmp-e2e-worker-PREVIEW-URL.SUBDOMAIN.workers.dev
684
+
To deploy this version to production traffic use the command wrangler versions deploy
685
+
Changes to non-versioned settings (config properties 'logpush' or 'tail_consumers') take effect after your next deployment using the command wrangler versions deploy
686
+
Changes to triggers (routes, custom domains, cron schedules, etc) must be applied with the command wrangler triggers deploy"
687
+
`);
688
+
});
689
+
656
690
it("should include version preview url in output file",async()=>{
0 commit comments