Category: Automation
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...
13
Jun
Abstracting Appium Capabilities from test file
by Slav Kurochkin
No Comments
In the previous blog we set Appium to run with Jest and added desired capabilities to beforeAll hook. While this approach will work for a...
11
Jun
Mobile Testing with Appium, Jest and WebdriverIO
by Slav Kurochkin
1 Comment
While there are lots of blogs on how to run Appium with Mocha, there is not much info on how to do it with Jest...
09
Jun
E2E Testing React Native Applications
by Slav Kurochkin
No Comments
There are few frameworks that are suitable for React Native apps testing, the most popular is Appium and Detox. Appium is a standalone testing application...
04
Jun
Launch Android emulator on macOS using command line
by Slav Kurochkin
No Comments
Testing mobile applications I quite often have to launch Android emulator, there is an option to launch through Android Studio and then UI of AVD....
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...
23
Mar
Cypress.io quick reference
by Slav Kurochkin
No Comments
This blog post will be used for Cypress.io quick reference, use the official website for more detailed information on how things work in Cypress Starting...
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,...
18
Jan
South Florida Test Automation Meetup Notes, January 2020
by Slav Kurochkin
No Comments
A little bit of history before we jump to January meetup notes. About four years ago I got a chance to lead South Florida Test...