Need support to order the apis during test execution
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 2k
- Forks
- 370
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 19
Description
Need support to set the order to the apis like first call POST api test and then get api test?
What I understood from the discussion on community is : We cannot set the order of the API calls during a test because it's contract-testing and operations are not supposed to have any dependency. That said, this feature is regularly discussed to have a default ordering like POST -> GET -> PUT -> DELETE or to be able to add some metadata to set an order to operations in tests.
(Discussion thread -> https://microcksio.zulipchat.com/#narrow/stream/256143-users/topic/Problems.20having.20detailed.20Test.20errors)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files or tests are named. Start with the linked Zulip discussion and clarify whether the accepted behavior is a default POST → GET → PUT → DELETE order, user-provided metadata, or both; done should mean API operations execute in a documented, verifiable order during tests.
Written by the indexing model from the issue text.
Assessment
- Domain
- api, testing
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100