Closed ATheCoder closed 9 months ago
hi @ATheCoder 👋 there's an example using expect()
calls here:
If any of those fail Artillery will report a failed VU with the vusers.failed
metric.
From then on you'd look at monitoring & tracing data - either Artillery's traces (https://www.artillery.io/blog/end-to-end-tracing-for-playwright-tests) or traces produced by the app you're testing.
Basically what the title says. If we omit playwright assertions how do we know that things work properly under load?