Materials related to Cucumber

REST testing based on Karate framework

    Karate is an open-source Behavior Driven Development (BDD) framework that allows conducting the following types of tests with no need to write additional code: REST API request testing. UI testing. Mocks writing. Load testing. Behavior Driven Development (BDD) is an..

    Test automation on Node.js

      This article will discuss the use of Selenium-Webdriver, which is a tool for automating the actions of a web browser on Node.js platform. At one of the projects, we had the task to develop Web UI autotests. One of the..

      Launch of Selenium tests on CircleCI using Docker

        The article is intended for people familiar with Selenium technology, since the article is referred to launch of Selenium tests on CI platform CircleCI. But first, let’s deal with the basic concepts of this topic. Continuous Integration is the practice..