-
-
Notifications
You must be signed in to change notification settings - Fork 752
Closed
Labels
Description
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.
donici, junguchina and lougreenwood