✅ Add Experience Cloud E2E tests - #4925
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 7b7be5eec3
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Bundles Sizes Evolution
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 9740550058
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
🎉 All green!🧪 All tests passed 🎯 Code Coverage (details) 🔗 Commit SHA: 9740550 | Docs | Datadog PR Page | Give us feedback! |
Motivation
After merging the experience cloud test application now we can test the experience cloud setup: experience cloud with layout init.
Changes
data-testidto the salesforce applications.salesforce.scenario.tswhere we test the 2 scenarios together.buildSalesforceUrlto get the experience cloud url.salesforceSetupfactory for e2e tests.Test instructions
yarn test:e2e -g "salesforce" --ui.CI should pass.
You can also test manually via
yarn salesforce:get-urlsand navigating to both apps.Checklist