Test VueJS Apps with WebdriverIO
Front-end Testing with Kevin
In this WebdriverIO Automated Testing Tutorial, we will be learning how to test a VueJS Application. Testing a Vue application isn't much different from any other website, as the dynamic nature of the page is handled very well thanks to the page object model we use with WebdriverIO.
If you enjoy these videos and would like to support more videos, take a look at my WebdriverIO course to see if it may help you: https://learn.webdriver.io
Or your can show your support with a one-time donation: https://paypal.me/klamping/5
Code: https://github.com/wdio-wed/wdio-vue-regex
Links:
Vuejs homepage:
https://vuejs.org/
Sample application code: https://github.com/ibnuh/regex-generator
CSS :not pseudoselector: https://developer.mozilla.org/en-US/docs/Web/CSS/:not
WebdriverIO's 'getText' action http://webdriver.io/api/property/getText.
Xpath/CSS cheatsheet: https://devhints.io/xpath
WebdriverIO Wednesdays is a video series going through various WebdriverIO concepts, mainly focused around real-world test scripts. ... https://www.youtube.com/watch?v=JywsooJJXDU
39693174 Bytes