Title: Web performance testing - HAR to Artillery web script conversion - any inbuilt features or workflows available? #3694
ssriaashritha
started this conversation in
Artillery
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone!
I'm exploring Artillery for performance testing our monolithic web app and would like some guidance on the best way to create performance test scripts efficiently.
Background: I'm looking for a workflow similar to other tools (for example, JMeter) where you can record browser sessions (Fiddler/HAR), then convert them into performance test scripts for load testing. This saves a lot of time compared to writing requests/scripts manually.
Use Case: I need to test a typical user journey with multiple steps:
1. Launch the application
2. Login
3. Search for items
4. Select item and submit
5. Logout
Manually writing all the HTTP requests, headers, cookies, and session handling for this flow would be quite time-consuming, especially when there are dynamic tokens, CSRF protection, etc.
Seeking guidance on:
• Is there an official or community-maintained tool for HAR to Artillery YAML conversion?
• Any recommended workflows for converting recorded browser sessions into Artillery test scripts?
Open to any suggestions, tools, or workarounds you might recommend!
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions