Category: JavaScript
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...
03
Apr
JavaScript Event Delegation
by Slav Kurochkin
No Comments
For my study project, I’m building a Chat application, similar to Slack. And if you ever used Slack you know there are different channels and...
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,...