LMLavanya Mohaninlavanyamohan.hashnode.dev·Feb 19, 2024 · 2 min readIs it the right time for giving feedback?Many articles talk about giving timely and specific feedback to others by using recent examples and conveying actionable points. It is highlighted often that feedback is a gift. However, a thing that is talked about less often is understanding whethe...00
LMLavanya Mohaninlavanyamohan.hashnode.dev·Aug 28, 2023 · 3 min readDelighting customersI once worked with a team that was building a video streaming app for users. The app followed a freemium business model where some video content was available to the users at no charge while other premium content was available to users after purchasi...00
LMLavanya Mohaninlavanyamohan.hashnode.dev·Feb 26, 2023 · 2 min readPart 10: Debugging e2e tests from VSCodeSometimes, it could be useful to attach a debugger and check details during the test run. This post explains how to debug an e2e test scenario using VSCode. Steps Create .vscode/launch.json file at the root level of the project: Add arguments in the...00
LMLavanya Mohaninlavanyamohan.hashnode.dev·Feb 26, 2023 · 2 min readPart 9: ParallelizationNow that we have two tests, we can start thinking about parallelizing the test run. WebdriverIO documentation lists some ideas for organizing the test suite to support parallel test execution. We can adjust the maxInstances property in the config fil...00
LMLavanya Mohaninlavanyamohan.hashnode.dev·Feb 26, 2023 · 9 min readPart 8: Book Details Test on WebTimothy is now looking to add a second test. The team members collaborate and decide that a test to check the details of the book would be a good test to add next. Book details page is currently implemented only on web. The Android app does not have ...00