sunil patroforqavboxqavbox.hashnode.net·Dec 1, 2022Getting started with Appium and WebdriverIO for mobile app testingWebdriverIO is an advanced automation framework for web and mobile applications. It’s a wrapper on top of selenium (WebDriver protocol with nodeJS) for web automation and a wrapper on top of appium for mobile app testing. As per the appium client, Ap...Discuss·33 readsWebdriver.io
JagsforJags's Blogjags.hashnode.net·Jan 31, 2023How to change User-Agent for WebdriverIO & Playwright TestsOne may want to change/update the user agent for various use cases. One such use case is : Ensuring user analytics (e.g. Segment) is not triggered for your automated test cases. Not doing this may result in a higher analytics bill. Solution: The so...Discuss·113 readsWebdriver.io
Aparna GopalkrishnanforAparna Gopalkrishnan's blogaparnagopalkrishnan.hashnode.net·Feb 1, 2022How To Generate HTML Reports With WebdriverIO?Reporting is an inevitable factor in any test automation framework. A well-designed and developed framework should not just let you write the test cases and execute them, but it should also let you generate the report automatically. Such frameworks a...DiscussTesting
JagsforJags's Blogjags.hashnode.net·Jan 31, 2023How to change User-Agent for WebdriverIO & Playwright TestsOne may want to change/update the user agent for various use cases. One such use case is : Ensuring user analytics (e.g. Segment) is not triggered for your automated test cases. Not doing this may result in a higher analytics bill. Solution: The so...Discuss·113 readsWebdriver.io
sunil patroforqavboxqavbox.hashnode.net·Dec 3, 2022Guide to setup webdriverIO with typescript and run a sample testWebdriverIO is an advanced automation framework for web and mobile application. It’s basically a wrapper on top of selenium (WebDriver protocol with nodeJS) for web automation and wrapper on top of appium for mobile application. WebDriverIO is termed...Discuss·49 readsWebdriver.io
sunil patroforqavboxqavbox.hashnode.net·Dec 1, 2022Getting started with Appium and WebdriverIO for mobile app testingWebdriverIO is an advanced automation framework for web and mobile applications. It’s a wrapper on top of selenium (WebDriver protocol with nodeJS) for web automation and a wrapper on top of appium for mobile app testing. As per the appium client, Ap...Discuss·33 readsWebdriver.io
Aparna GopalkrishnanforAparna Gopalkrishnan's blogaparnagopalkrishnan.hashnode.net·Feb 1, 2022How To Generate HTML Reports With WebdriverIO?Reporting is an inevitable factor in any test automation framework. A well-designed and developed framework should not just let you write the test cases and execute them, but it should also let you generate the report automatically. Such frameworks a...DiscussTesting