🔧 Add Salesforce Experience Cloud testing app#4861
Conversation
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 839a4f1fdd
ℹ️ 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: f1fe5b5831
ℹ️ 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".
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: d916af2ade
ℹ️ 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".
| @@ -0,0 +1,141 @@ | |||
| # SF Experience App | |||
There was a problem hiding this comment.
Next step after adding the e2e tests, I'll move this readme and the one of SF-LWC-APP to a dedicated package.
Motivation
Adds Experience Cloud testing application for Salesforce LWC.
You can see the following work in this PR
Changes
Created new
sf-experience-appwhich inits the SDK when query param?init=true. This way we can leverage this test app to test both regular init and head markup.Updated
build-test-appsto build rum-slim into this application too.Updated and renamed
scripts/salesforce-lwc-apps.tsto build and deploy also this app.I left out the CSP config and Intake file because we already deploy it to the sandbox org when building and deploying the lwc-app.
Test instructions
N/A. CI should pass normally.
Checklist