Sudharsan Selvaraj

Results 52 comments of Sudharsan Selvaraj
trafficstars

One think i can think of is you can clear data related to adb logs, profiling and http logs. To do so, install sqlite db and truncate the below tables...

We provide an option to update the test name from the code using executeScript. ``` driver.executeScript("dashboard: setTestName", "My login test"); ```

Thanks for posting and this seems a valid issue. Currently, local storage has few limitations that it can save only a certain amount of data for a single key. In...

As a temporary fix, you can use `wowXHR.log().clearLogs();` to manually clear the Xhr logs that are stored in the `sessionStorage`. Meanwhile, I will work on fixing the issue.

@d4v1dk0n7 @Stefankoff I confirm that the behaviour has been slightly modified with the new integrated dashboard. Screenshots are now captured exclusively for failed actions to avoid the storage of multiple...

Its reproducible from my end as well. Will ship a hotfix soon.

Looks like a security issue to me. With the little help of google i came to know that your app needs some additional configuration to trust the certificates installed on...

@PrakashBalraj94 Can you share the complete appium server logs? Also are you facing this issue only when the system is connected to VPN?

There haven't been any changes in `1.0.0-beta-10` that would affect the mocking behavior. When you mention encountering issues with `beta-10`, does this happen consistently, or only in specific situations? Also,...