tideways / shopware6-benchmarking

The Shopware 6 performance benchmarking toolset, built by Shopware and Tideways.
GNU Affero General Public License v3.0
27 stars 1 forks source link

For countryId, salutationId replace `RegisterJsonUpdater` and `register.json` with direct dom extraction #13

Closed beberlei closed 2 years ago

beberlei commented 2 years ago

At the moment we extract countryId and salutationId for the registration form using the RegisterJsonUpdater which runs before the benchmarking. But we can modify the locust code to just fetch this data directly from the HTML.