Category: UI Test Automation
30
Jun
Using Loading Animation in your Test Automation
by Slav Kurochkin
No Comments
In test automation, there is quite often the situation when we need to wait for the page to load before interacting with UI elements on...
22
Jun
React-app with Puppeteer, Jest and Travis CI
by Slav Kurochkin
No Comments
E2E testing of React applications could be done with multiple frameworks, including WebdriverIO, Cypress, or Puppeteer. In this blog post, we going to see how...
03
Jun
Xpath cheatsheet
by Slav Kurochkin
No Comments
Often I find myself using certain XPath patterns and then forgetting how to do it, so I decided to create XPath cheatsheet. 1. XPath to...
23
May
How to set environment variables in Node.js
by Slav Kurochkin
No Comments
Lately, I been working a lot with JavaScript and Node.js, one thing I struggled is setting up environment variables so I could run my automation...
05
Mar
Cypress.io interacting with tables and lists
by Slav Kurochkin
No Comments
Often we get to a situation when we have a list, table or even div elements which have no way to differentiate one from another,...