VehiclesFashionRecipesBlogsHuntTravelsSportFunHandmadeITEducation
Mini-Games
x

x
zakruti.com » IT - Software » freeCodeCamp.org
Web App Testing with WebdriverIO - Crash Course

Web App Testing with WebdriverIO - Crash Course

FBTwitterReddit

video description

Rating: 4.0; Vote: 1
WebdriverIO is an E2E automation framework built to automate modern web and mobile applications. It simplifies the interaction with your app and provides a set of plugins that help you create a scalable, robust and stable test suite. In this video, we will be covering - What is WebdriverIO? How you can set up WebdriverIO in your machine and how you can write and run E2E UI tests using WebdriverIO. At the end of the video, we will take existing tests and generate reports using the Allure Reporter
Date: 2022-03-14

Comments and reviews: 10


Hi, I used .toHaveTitle and my tests pass, but if I pass a random value instead of expected title. The test should fail but my test still passes. Please help if I am doing anything wrong. eg,. expect (landingPage.open).toHaveTitle('Get ready') Expected- Pass -- Result : Pass ---- expect (landingPage.open).toHaveTitle('abcd') Expected- Fail -- Result : Pass
reply

Thank you for this wonderful short and sweet tutorial!!
during (-00:06:40), it neither asked me if I wanted it to run sychronously or asynchronously
2) nor did it allow me to add allure report
would it be possible to give us your opinion on how to resolve those issues, or what do you think it may be the cause ?
Thank you very much

reply

I tried setting up the project but now the version of -wdio/cli is 7.11.0 (in which no sync/async option is presented). The first few times it failed to run succesfully, until I eliminated the allure reporting option. It might help someone.
reply

Hi,
I am getting this error.
ERROR -wdio/local-runner: Failed launching test session: TypeError: ReporterClass is not a constructor
Can you please help?

reply

Awesome Tutorial. It however says btnLogout.click is not a function. I was trying to run the logout test. Google has not been helpful? I am using version 7
reply

Thanks so much for this! As a STE I need to know any and all automated frameworks. It-s so hard to find quality videos on these though, so thanks!
reply

Sync is no longer supported by WebDriverIO, go to the WebdriverIO webpage and take a look, i think it is in the getting started post
reply

Thank you! A question, though: WHy did it login to it-herokuapp although I chose another url, during the setup like, say, hotels.com?
reply

Got an error that click function is not found. I did follow all steps up to that point
Any idea why the functions are not found?

reply

Can you please make a video on writing scalable backend in nodejs. And also how to use mongodb to support that scalable backend.
reply
Add a review, comment






Other channel videos