Skip to content

test: setup local e2e tests that use playwright to inspect actual requests being made - #44

Open
pieh wants to merge 1 commit into
hk/unplugin-skew-protectionfrom
test/spu-e2e
Open

test: setup local e2e tests that use playwright to inspect actual requests being made#44
pieh wants to merge 1 commit into
hk/unplugin-skew-protectionfrom
test/spu-e2e

Conversation

@pieh

@pieh pieh commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

Add simple test using playwright to #40 that captures requests and ensures they are fingerprinted with ?nfdpl=.

This should ensure a bit more confidence inspiring "e2e test" rather than trigerring a build and just searching for ?nfdpl= string in outputs.

@pieh
pieh requested a review from a team as a code owner August 20, 2026 15:56
@coderabbitai

coderabbitai Bot commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 0079b898-9ce5-4a32-9805-ba02642c6d87

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Comment on lines +5 to +9
if (!app) {
app = document.createElement('div')
app.id = 'app'
document.body.prepend(app)
}

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rollup html plugin doesn't use index.html as a template so it produces generic html without mount point (with script pointing to entry). There is community (?) plugin https://modern-web.dev/docs/building/rollup-plugin-html/ that would do it, but it doesn't work with rolldown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant