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
I have 2 test files to run and one has apis related to create and list related apis, and the other file has run apis. So when i do ginkgo test, i need to pass the variable holding the created ids from create api of one file to run api in another file. Hence i would run the ids which i created while testing.
The text was updated successfully, but these errors were encountered:
hey - you cannot structure tests in this way. Ginkgo tests are independent so they can run in parallel and/or random order. This is documented extensively in the docs: https://onsi.github.io/ginkgo/
I have 2 test files to run and one has apis related to create and list related apis, and the other file has run apis. So when i do ginkgo test, i need to pass the variable holding the created ids from create api of one file to run api in another file. Hence i would run the ids which i created while testing.
The text was updated successfully, but these errors were encountered: