grafana / k6-studio

Desktop application for Mac and Windows (Linux coming soon) designed to help you generate k6 test scripts
GNU Affero General Public License v3.0
140 stars 1 forks source link

Add option to record from mobile phones #323

Open Llandy3d opened 2 weeks ago

Llandy3d commented 2 weeks ago

Beside browser and anything recording, it could make sense to have a dedicated option for mobile phones.

This is due that if you configure the proxy on your mobile phone, requests will continue to be captured even after you stop recording because the mobile wouldn't be detached from the proxy unless manually done. This would interfere with the Validator that uses the proxy to capture k6 requests to display more information, that output would be polluted by the mobile phone requests.

A possible solution is to have this mobile phone mode that would launch an additional proxy that would be dedicated to the mobile phone so that the Validator can work without issues.

More assistant for mobile recording could be explored further.