Skip to content
#

acceptance-testing

Here are 178 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
bigtest
pittst3r
pittst3r commented Oct 1, 2020

Just ran into this warning on a fresh install of bigtest:

$ yarn add -D bigtest
yarn add v1.22.4
[1/4] 🔍  Resolving packages...
warning bigtest > @bigtest/cli > @bigtest/server > nexus@0.12.0: Development of Nexus Framework has ended. Please read our announcement issue at https://nxs.li/unframework/about for details. Please follow our migration guide at https://nxs.li/unframework/migr

Improve this page

Add a description, image, and links to the acceptance-testing 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 acceptance-testing topic, visit your repo's landing page and select "manage topics."

Learn more