Skip to content

Conversation

@bartoszherba
Copy link
Collaborator

@bartoszherba bartoszherba commented Jul 25, 2022

Description

Add load test for browsing a product

  • Visit the home page
  • Visit product listing
  • Sort by Name A - Z, Price from low to high
  • Filter by price
  • Visit the Product Display Page

Screenshots (if appropriate):

Screenshot 2022-07-25 at 13 47 36

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

sleep(0.9);

res = http.post(
`${BASE_URL}/api/magento/customQuery`,
Copy link
Contributor

Choose a reason for hiding this comment

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

(leaving breadcrumb based on slack message)
Shouldn't BASE_URL/api be MIDDLEWARE_URL?

@bartoszherba bartoszherba merged commit aa47add into develop Jul 25, 2022
@bartoszherba bartoszherba deleted the M2-891-test-case-browsing-product branch July 25, 2022 12:20
@Frodigo Frodigo added this to the 1.0.2 milestone Aug 1, 2022
@Frodigo Frodigo mentioned this pull request Aug 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants