@@BearMeOut . Hi, Subtitling is a TH-cam option that can be activated by whoever uploads the video. That allows to reproduce the spoken language in writing on the screen at the bottom.
Hello there, as far as I am aware, there could be 2 reasons this video does not have automatic captions: 1) The captions have not been made yet - these are done by YT algorithms, and take time 2) Automatic captions are disabled (by YT), for long videos
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.
How were the autogenerated tests created? I entered a different baseUrl during setup but on running the test, it opens the heroku url only. Whats causing this?
I am running angular application using webdriverIo but the angular elements are not loading after running the application, is there any dependencies which i need to install for angular application
Hi, I am getting this error. ERROR @wdio/local-runner: Failed launching test session: TypeError: ReporterClass is not a constructor Can you please help?
Hello, actually I am done with the setup and ran the In built test file but it is showing me " ERROR webdriver: Request failed with status 500 due to unknown error: unknown error: cannot find Chrome binary" also " Error: Failed to create a session." so anyone can help me out in this?
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
Hi again hey I was able to find a fix by using async - await... eg. await expect(SecurePage.flashAlert).toHaveTextContaining( 'Caracas') this should fail and it is failing now.
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!
Wow, answered all the questions I had but couldn't find good answers to in the first 6 seconds. Thank you thank you thank you.
I was just looking for this type of tutorial today.😇
You are my saviour. Thank you for the wonderful session
Thank you for the WebDriverIO Video.
Thank you so much, great tutorial. I think it's easy to use for testing.
its quick and to the point. Helped me get started and intrigued enough.
Greetings. Please turn on the subtitles to help us understand due we speak in other languages. Or when the pronunciation is not strictly native.
Im on mobile
It said no sub available
@@BearMeOut . Hi, Subtitling is a TH-cam option that can be activated by whoever uploads the video. That allows to reproduce the spoken language in writing on the screen at the bottom.
Hello there, as far as I am aware, there could be 2 reasons this video does not have automatic captions:
1) The captions have not been made yet - these are done by YT algorithms, and take time
2) Automatic captions are disabled (by YT), for long videos
@@DestructoXxShaunxX - Now I Know, thanks...
Thank you. I need to get comfortable with asynch but your course was excellent.
Thanks for the introduction! Extremely neat! I subscribed then to his channel and bought his course over Udemy :)
Thank you this, really helpful.
Thank you for the awesome lecture! I am new to Webdriverio and it's really helpful!
How do you feel you are now with this tool?
Why on 29:05 whatever array count i put in it still says that the test has passed?
did you have the answer already?
Did you figure it out? Same issue here
@@spykerwolf not yet lol
Thank you. More automation contents please.
Great video!
Thank you for this!! It was very helpful for a newbie like me!!
Excellent tutorial!
Thank you.. Very well explained
Thank you for sharing!
what a nice tutorial, amazing!
very usefull video thanks!
Is it normal for companies to task internees with automated testing?
This is awesome. I have been using puppeteer.
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.
Good to know, thx!
What's the shortcut you're using to create the describe block pls?
How were the autogenerated tests created? I entered a different baseUrl during setup but on running the test, it opens the heroku url only. Whats causing this?
Maybe somebody knows why autocomplete methods and blocks(it, describe etc.) don't work in vscode? thanks
I suggest that you look for some snippets, or create your own. It will save you tons of time.
I am running angular application using webdriverIo but the angular elements are not loading after running the application, is there any dependencies which i need to install for angular application
Can you please make a video on writing scalable backend in nodejs. And also how to use mongodb to support that scalable backend.
Okay
I haven't watched the video and I've liked it already 😋😊 hope i'm wrong 🤔🤔😅
Thanks ❤️
npx wdio config
crashes
TypeError: relativePath.replaceAll is not a function
any ideas?
Thanks
Hi,
I am getting this error.
ERROR @wdio/local-runner: Failed launching test session: TypeError: ReporterClass is not a constructor
Can you please help?
Hello, actually I am done with the setup and ran the In built test file but it is showing me " ERROR webdriver: Request failed with status 500 due to unknown error: unknown error: cannot find Chrome binary" also " Error: Failed to create a session." so anyone can help me out in this?
Can u make, how to upload file in West s3 bucket using nodejs
why my config didn't have menu for sync/async, he choose it automatically async. Can someone explain me why?
My code is showing async and await function. Is that something that I choose in the setup?
Did you ever figure this out? I'm having the same thing on my end
@@spykerwolf yes, removed the async from the configuration
can someone please help when trying to run: allure generate allure-results && allure open. I am facing JAVA_HOME error
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?
I'm also facing the same issue. Did you find a resolution ? Pls share it.
More thanks
Hello min, add the subtitle in this video please🙏,
Got an error click is not a function. Can anybody help with this ?
We want crash course for graphql
What level english is that?, i am learning english but not today
Thank
Please make pyqt5 learning course!!
subtitles please 😥my listening is not too good.
.
Thanks for all the content 🙏. Can you not yell for the intro please??
How can i thank your channel . Ok when i grow up i will give you my salary
Aww🤩
8:50
Please make actual full manual software testing and automatic testing courses!
add some subtitle please, my english not so good
damn bait and switch... was expecting the first guy, then I get a harder accent :(
this guy are teaching o singing trap?
second comment 23 view 22 like
Third Comment
Who else has no idea what's going on anymore
why
5th comments
Really bad English speaker, I had to stop the video, can't listen to it and focus
but I guess thats why its Free, right? heh
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
Hi, I am having the same problem and I was relying on the results. Did you figure out the issue? All my tests pass when these are suppose to fail.
Hi again hey I was able to find a fix by using async - await... eg. await expect(SecurePage.flashAlert).toHaveTextContaining(
'Caracas') this should fail and it is failing now.
@@nilbertperez2924 thanks for your comment.even i had the same issue.but now working fine when i followed your comment.