pubpub / platform

Open-source technology for creating full-stack knowledge applications for communities of all types.
https://knowledgefutures.org/pubpub
GNU General Public License v2.0
18 stars 2 forks source link

Configure load test runner to re-use a single end-to-end playwright test #745

Open 3mcd opened 3 days ago

3mcd commented 3 days ago

Motivation

To understand how to repurpose existing end-to-end tests as load tests, and to enable developers to run those load tests against the production app from their machines.

Requirements

Acceptance Criteria

Extra work

gabestein commented 3 days ago

Most playwright tests create new communities that aren't cleaned up — so, should use a test that doesn't create a new community, or use slug if provided rather than creating new community.