The Wayback Machine - https://web.archive.org/web/20220418214005/https://github.com/topics/webdriverio
Skip to content
#

webdriverio

Here are 359 public repositories matching this topic...

henrypoon
henrypoon commented Jun 16, 2021

What are you trying to achieve?

export DataTable and other cucumber-related types such that we can use it in step definitions

What do you get instead?

I need to manually define it on our own

interface OwnTableDefinition {
  /**
   * obtain an object that allows you to get a simple version of the table parsed by column or row
   */
  parse(): {
    /**
     * retu
enhancement good first issue typescript

Improve this page

Add a description, image, and links to the webdriverio topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the webdriverio topic, visit your repo's landing page and select "manage topics."

Learn more