Skip to content
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

New load generator that works with front end web page #95

Open
howardyoo opened this issue Oct 12, 2024 · 0 comments
Open

New load generator that works with front end web page #95

howardyoo opened this issue Oct 12, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@howardyoo
Copy link
Contributor

What is this feature request about

Currently the load generator that generates load runs locust script that invokes load directly into the API (e.g. checkout). This works very well, but misses the load going through the webpage. We now have web sdk (HFO) that can instrument various activities on the web page itself, so having a means to generate similar user activities such as selecting the product, putting them to the cart, checking out and submitting order, is necessary.

Playwright

After researching a bit into various web testing tools, looks like the playwright(https://playwright.dev/) could be used to generate headless web actions to simulate the order creation.

What is needed

Create a docker container that could run the web traffic via playwright to the main website of the ms-demo

@howardyoo howardyoo added the enhancement New feature or request label Oct 12, 2024
@howardyoo howardyoo self-assigned this Oct 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant