spryker-sdk / load-testing
LoadTesting tool
Installs: 471 943
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 16
Forks: 3
Open Issues: 0
Language:Scala
Requires
- php: >=7.3
- spryker/checkout: ^4.3.0 || ^6.0.0
- spryker/kernel: ^3.54.0
- spryker/quote: ^2.14.0
- spryker/util-encoding: ^2.0.0
Requires (Dev)
This package is auto-updated.
Last update: 2024-11-05 03:57:06 UTC
README
The tool contains predefined test scenarios that are specific to Spryker. Test runs based on Gatling.io, an open-source tool.
Web UI helps to manage runs. Multiple target projects are supported simultaneously.
The tool can be used as a package integrated into the Spryker project or a standalone package.
Prerequisites
- Java 8+
- Node 10.10+
Table of content
Available test
For Yves:
Home
- request to the Home pageNope
- empty requestAddToCustomerCart
- scenario to add a random product from fixtures to a user cartAddToGuestCart
- scenario to add a random product from fixtures to a guest cartCatalogSearch
- search request for a random product from fixturesPdp
- request a random product detail page from fixturesPlaceOrder
- request to place an orderPlaceOrderCustomer
- scenario to place an order
For Glue API:
CatalogSearchApi
- search request for a random product from fixturesCheckoutApi
- scenario to checkout for logged userGuestCheckoutApi
- scenario to checkout for guest userCartApi
- scenario to add a product to the cart for logged userGuestCartApi
- scenario to add a product to cart for guest userPdpApi
- request a random product detail page from fixtures