Skip to content

In v2.2.0 broken generating the typescript definitions for PageObject (and another supports) #1795

@Vorobeyko

Description

@Vorobeyko

What are you trying to achieve?

I trying generate typescript definitions

What do you get instead?

For Support object not generated definitions

And broken container.support(). It not return support object

It happened after #1701

Details

  • CodeceptJS version: 2.2.0
  • NodeJS Version:
  • Operating System:
  • Protractor || WebDriverIO || Nightmare version (if related)
  • Configuration file:
exports.config = {
  tests: './*_test.js',
  output: './output',
  helpers: {
    Puppeteer: {
      url: 'http://localhost'
    }
  },
  include: {
    I: './steps_file.js',
    public: './pages/public.js'
  },
  bootstrap: null,
  mocha: {},
  name: 'test-support-def'
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions