Skip to content

[Enhancement] - Database Helper #551

@HughZurname

Description

@HughZurname

What are you trying to achieve?

Currently I use lokijs in a custom helper of sorts to handle some data driven test scenarios.

I find it pretty useful in few cases:

  • When you're randomizing some data in a test and want to validate against it at some point in the future as part of an e2e run.
  • Data driven testing becomes easier by creating sets that you combine through queries and can access these values form throughout the test execution.
  • Writing values out to the database can be useful for retrospective debugging of failed tests.

Details

I've started work on a helper for this, so this is both a statement of intent and an opportunity for any suggestions, feedback or requests before I begin in earnest.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions