
Web App Testing with WebdriverIO - Crash Course
video description
Date: 2022-03-14
Related videos
Comments and reviews: 10
Dorothy
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
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
405Yanni
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
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
Omar
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
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
Himanshu
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
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
Luey
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
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
Megan
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
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
KakSource
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
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
John
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
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
nicole
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
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
pushpak
Can you please make a video on writing scalable backend in nodejs. And also how to use mongodb to support that scalable backend.
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















