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
forming the data to give to newman collection runner to be compiled in the python code
newman's concept of "iteration" is not being used correctly right now which causes a lot of "Skipped" tests
Need better error messages in the postman test asserts
Ultimately the ideal case would be to
Have a collection of all tests
Run the collection by providing it multiple data files (each file contains data for 1 entity) and should need to editing or compilation in the Python code. In fact if we can ditch the python code all together that would be best
Nothing should show up as "skipped" - either it should pass or it should fail
Right now I don't know if this ideal structure is even possible, maybe we need to maintain 1 collection per entity?
The text was updated successfully, but these errors were encountered:
Collection runner is setup in a way that requires
Ultimately the ideal case would be to
Right now I don't know if this ideal structure is even possible, maybe we need to maintain 1 collection per entity?
The text was updated successfully, but these errors were encountered: