Data Driven Forms converts JSON form definitions (schemas) into fully functional React forms with the provided set of features.
Questions tagged [data-driven-forms]
1 questions
-1
votes
1 answer
How to read test data from JSON and CSV in the same Feature
I have a Feature whereby I need to read the sanity check from a JSON file and the bulk of the testing from a CSV file. I also need to validate the data in an an Amazon S3 bucket
I have the following in the Background:
form fields read…