You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've used your framework as a starter for creating my first TestNG project and it works fine. However, when I start to add in my own steps and feature files, it doesnt seem to run the steps. Is there any further configuration that is required?
This is what I get in the console:
[RemoteTestNG] detected TestNG version 6.14.3
Feature: Search Google
Scenario Outline: Search BBC news �[90m# login.feature:3�[0m
�[36mGiven �[0m�[36mI open a Google Chrome browser�[0m
�[36mWhen �[0m�[36mI enter BBC news into the search box�[0m
�[36mAnd �[0m�[36mI click the search button�[0m
�[36mThen �[0m�[36mI am presented with results�[0m
0 Scenarios
0 Steps
0m0.000s
===============================================
BDD Test Suite
Total tests run: 1, Failures: 0, Skips: 0
Would appreciate your help! Thanks!
The text was updated successfully, but these errors were encountered:
Hi Naveen,
I've used your framework as a starter for creating my first TestNG project and it works fine. However, when I start to add in my own steps and feature files, it doesnt seem to run the steps. Is there any further configuration that is required?
This is what I get in the console:
[RemoteTestNG] detected TestNG version 6.14.3
Feature: Search Google
Scenario Outline: Search BBC news �[90m# login.feature:3�[0m
�[36mGiven �[0m�[36mI open a Google Chrome browser�[0m
�[36mWhen �[0m�[36mI enter BBC news into the search box�[0m
�[36mAnd �[0m�[36mI click the search button�[0m
�[36mThen �[0m�[36mI am presented with results�[0m
0 Scenarios
0 Steps
0m0.000s
===============================================
BDD Test Suite
Total tests run: 1, Failures: 0, Skips: 0
Would appreciate your help! Thanks!
The text was updated successfully, but these errors were encountered: