Skip to content
#

end-to-end-testing

Here are 280 public repositories matching this topic...

cypress
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
gnomock
zdunecki
zdunecki commented Jul 6, 2021

Hey,

I see awesome MySQL preset but at case in my company there are still missing some features. We need three things:

  • Run in root mode.
  • Don't choose database at start because we have multiple db's in single MySQL instance.
  • Mount Docker volumes. We use internal cache for seeds and it's saved in Docker volume.

Here's a quick sneak peek what I'm talking about in code:
https://g

enhancement help wanted good first issue

Improve this page

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

Learn more