You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many projects generate test data preloads for their databases, which include test users, authentication, entities, etc. This happens routinely, sometimes with every build, and every time it does, Insomnia environments must be edited in a bunch of places to accommodate new data.
For comparison, JMeter will read a CSV dataset, which can be used to supply users, entities, authentication, etc, and can be generated when database preloads are generated.
Please, provide some way to read either whole environments or elements of environments from some external source. It can be a CSV file with some header field mappings to environment fields or something similar.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Many projects generate test data preloads for their databases, which include test users, authentication, entities, etc. This happens routinely, sometimes with every build, and every time it does, Insomnia environments must be edited in a bunch of places to accommodate new data.
For comparison, JMeter will read a CSV dataset, which can be used to supply users, entities, authentication, etc, and can be generated when database preloads are generated.
https://jmeter.apache.org/usermanual/component_reference.html#CSV_Data_Set_Config
Please, provide some way to read either whole environments or elements of environments from some external source. It can be a CSV file with some header field mappings to environment fields or something similar.
All reactions