Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reach feature parity between WireMock Python and WireMock Java 2.35.0 #51

Open
oleg-nenashev opened this issue Apr 21, 2023 · 0 comments
Labels
enhancement python Projects related to WireMock in the Python ecosystem

Comments

@oleg-nenashev
Copy link
Member

Proposal

As @tomakehurst documented in #47 , there are serious differences in the Admin APIs and capabilities of the implementations

Missing API routes

Find stub mappings by metadata:
/mappings/find-by-metadata

Import stub mappings:
/mappings/import

File put and delete:
/files
/files/**

Set single scenario state:
/scenarios/{name}/state

Delete requests operations:
/requests/{id}
/requests/remove
/requests/remove-by-metadata

Recording:
/recordings/start
/recordings/stop
/recordings/snapshot

Missing Matchers

doesNotContain
not
before
after
equalToDateTime
and
or

References

No response

@oleg-nenashev oleg-nenashev changed the title Reach feature parity between WoreMock Python and WireMock Java Reach feature parity between WireMock Python and WireMock Java Apr 21, 2023
@oleg-nenashev oleg-nenashev added the python Projects related to WireMock in the Python ecosystem label Apr 21, 2023
@oleg-nenashev oleg-nenashev moved this from ⌛ Soon to Backlog in 🛣️ WireMock Public Roadmap Apr 21, 2023
@oleg-nenashev oleg-nenashev changed the title Reach feature parity between WireMock Python and WireMock Java Reach feature parity between WireMock Python and WireMock Java 2.35.0 Aug 16, 2023
@oleg-nenashev oleg-nenashev moved this from Backlog to ⌛ Soon in 🛣️ WireMock Public Roadmap Aug 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement python Projects related to WireMock in the Python ecosystem
Projects
Development

No branches or pull requests

1 participant