Are you looking to implement end-to-end (E2E) testing using Cucumber and Maven? Setting up your environment correctly is the first step toward successful behavior-driven development (BDD). Here is a step-by-step guide to getting your first test running in IntelliJ IDEA. Prerequisites Before starting, ensure you have the Cucumber for Java and Gherkin plugins installed in…
Author: vito
Integrate paypal API with microservice architecture
we’ll walk you through how to integrate PayPal API with a microservice architecture to enable seamless payment processing on your eCommerce website. By leveraging PayPal’s powerful payment solutions and a microservice approach, you can build a scalable, efficient, and secure payment system for your online store What is paypal? PayPal is a payment platform with…
How to set Domain name for different service in kubernetes
Problem: I ran each services in different container. It’s easy to call service in IP. But this way is foolish. So need to improve to set domain name for services in Kubernetes š What are Microservices? Microservices are an architectural and organizational approach to software development where software is composed of small independent services that…
Message Bot with ngrok tool
Developing the message Bot is effifient to develop in the local side. Finished the code then deploy it. Question: Answer: What’s ngrok: Reference ngrok website: ngrok provide a public address in the local which allow user to connect How to use ngrok: first sign up in the website, get the token then download ngrok tool….