Skip to content

Browser: Use external API #225

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Browser: Use external API #225

wants to merge 1 commit into from

Conversation

AgnesToulet
Copy link

This adds a call to an external API in /browser.php.

This allows to test features that we are currently implementing in k6/browser like page.route function and adds some CORS to test for more complex use cases.

@AgnesToulet AgnesToulet requested a review from a team as a code owner July 22, 2025 13:20
@DefCon-007
Copy link
Contributor

@AgnesToulet Is it possible to add it in one of the quickpizza pages or maybe add a new route for it in place of updating test.k6.io?
The thing is, test.k6.io was the old website, and it was migrated here primarily for backward compatibility when we merged all the test services into a single one.

@ankur22
Copy link

ankur22 commented Jul 31, 2025

@AgnesToulet Is it possible to add it in one of the quickpizza pages or maybe add a new route for it in place of updating test.k6.io?
The thing is, test.k6.io was the old website, and it was migrated here primarily for backward compatibility when we merged all the test services into a single one.

@DefCon-007 I think that makes sense, but i'm wondering if we can let this one through?

Eventually, I think we will want to make modifications to either quickpizza or add a test page specifically to test all the edge cases and different features of the k6 browser module.

We also want/need to build a website that is more representative of what our users/customers have built (high number of background async requests, large media files, iframes, CORS related issues, shadow DOM, all the HTML elements under the sun 😅 etc). That's a whole other thing though.

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.

3 participants