'WebdriverIO+Cucumber: VS code is not opening the BaseURL and test terminates right after browser launch

I am using webdriverIO+cucumber. NPM is installed (node v12.18.1) and seems everything in place but when I try to run any feature, it launches the browser (chrome) but doesnt open any/baseURL and closes the browser. No error in the terminal shown. Please help. Thanks.



Solution 1:[1]

Try to search the internet for "kata":

A "kata", or "coding kata", is defined as an exercise in programming which helps hone your skills through practice and repetition.

Searching for "kata atm" found this:

which may be a good starting point.

Each requerement of the kata can be translated to one or more junittests

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 k3b