Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

The formatter 'Teamcity::Cucumber::Formatter' is using the deprecated formatter API

I am using cucumber version 3.1.0. While executing cucumber-ruby test, I get the following warning:

WARNING: The formatter Teamcity::Cucumber::Formatter is using the deprecated formatter API which will be removed in v4.0 of Cucumber.

I have no clue where to change this. Where can I change the Teamcity::Cucumber::Formatter, and which formatter would you recommend to use instead?

like image 363
Girish Bhamare Avatar asked Jun 05 '18 09:06

Girish Bhamare


1 Answers

As suggested by several people in comments, this means that Teamcity needs to update the version of the Cucumber Formatter they are using. Once they have, you might need to update your version of Teamcity.

like image 101
Marit Avatar answered Nov 15 '22 14:11

Marit