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...
18
Mar
Flask quick reference
by Slav Kurochkin
No Comments
This post will be updating constantly to keep different flask commands cheat sheet. Set the environment variable FLASK_APP to be application.py Change Flask running port
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,...
01
Mar
Is working from home worth it?
by Slav Kurochkin
No Comments
“People already work remote, they just don’t realize it. Those who work on the first floor, almost never talk face to face with those who...
24
Feb
Get checkbox value in Flask and Jinja2
by Slav Kurochkin
No Comments
Here is how to get checkbox value from jinja2 template in a flask, first let’s create our jinja2 file: Then lets retrieve value from the...
23
Feb
How to use sessions in Flask
by Slav Kurochkin
No Comments
One of the things you need to do as a developer of the application is track who is logged in to your application so you...
22
Feb
Ignore CSV header in Python
by Slav Kurochkin
No Comments
Sometimes you would get a data sheet as CSV file which needs to import in SQL, the problem is CSV files don’t really care what...
19
Feb
Pipenv how to create python virtual environment
by Slav Kurochkin
No Comments
First things first we need to install pipenv, so make sure you have python 3.* and pip installed on your machine. Then create directory for...
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...
07
Jan
Do we have to do UI automation for everything in 2020?
by Slav Kurochkin
No Comments
Lately, we more and more hear that not every UI test needs to be automated. I tend to disagree with this statement. Even though there...