Category: DevOps
31
Oct
How to add Swagger OpenAPI docs to NodeJS Express
by Slav Kurochkin
No Comments
Setting up OpenAPI (Swagger) in your Express app allows you to generate interactive API documentation. Follow these steps to integrate OpenAPI with your Express app....
30
Oct
Docker setup for NodeJS application
by Slav Kurochkin
No Comments
Here’s a Docker setup to containerize both the React frontend and the Express backend efficiently. Below are the two separate Dockerfiles and a docker-compose.yml to...
04
Nov
Detox Test Reports in Jenkins
by Slav Kurochkin
No Comments
In this blog post we going to integrate Detox reports in Jenkins CI/CD pipeline. But first let’s see how test reports working in Jenkins. Most...
23
Aug
Configure NodeJS in Jenkins
by Slav Kurochkin
No Comments
I’m currently working on ReactJS and Reactive Native application in order for me to build the app in Jenkins I need to install NodeJS plugin...
22
Jul
How to access Digital Ocean droplet on Mac / Linux
by Slav Kurochkin
No Comments
This is a short how-to guide how to access Digital Ocean droplet from your machine First let’s create a droplet. Assuming you already have digital...
25
Jun
Running JavaScript Appium on Azure DevOps
by Slav Kurochkin
4 Comments
So you built your Appium tests and running it locally, then developer make changes and asking you to run tests, you dropping everything making a...
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...
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....