(no output) from Cucumber features

Oh sorry I didn’t mention we also have feature

@companies-create
Feature: Create a new company
  As an existing user
  I would like to create a new company

@company--create
  Scenario: Create a company

    When a company is created
    Then I see the success message
    And the company can be found in the search results

but still get the (no output) mentioned (no output) for $CIRCLE_TEST_REPORTS/cucumber/tests.cucumber JSON file