feat(5434): extend content type schema coverage and validation in integration tests#144
Merged
OMpawar-21 merged 7 commits intodevelopmentfrom Mar 25, 2026
Merged
feat(5434): extend content type schema coverage and validation in integration tests#144OMpawar-21 merged 7 commits intodevelopmentfrom
OMpawar-21 merged 7 commits intodevelopmentfrom
Conversation
…tests. - Deserialize schema fields by `extension_uid` when API returns underlying `data_type` (e.g. text). - Add/update field models (taxonomy, JSON field, nullable limits, JRTE metadata, etc.) and register `FieldJsonConverter`. - Add disposable content-type fixtures, `012b` coverage (sync/async, errors, complex/medium, taxonomy, extension upload + cleanup), and copy `customUpload.html` for tests. - Rename content-type tests to `TestNNN_Should_*`; distinguish single-page vs multi-page create tests.
…ion, and extension CRUD
cs-raj
previously approved these changes
Mar 25, 2026
The merge-base changed after approval.
🔒 Security Scan Results
⏱️ SLA Breach Summary
✅ BUILD PASSED - All security checks passed |
cs-raj
approved these changes
Mar 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
feat(test): deepen content type schema integration coverage and validation paths
Content type integration tests now stress a wider range of schema shapes and API
behaviors against the Management API.
Schema and fixture coverage
update/query/delete flows, including pagination on list endpoints.
RTE and JSON RTE-style fields, and common scalar types (number, select, date,
image, etc.) with structure assertions after round-trip fetch.
Cross-cutting field types
on the schema, and verify extension_uid on fetch.
schema, and assert bindings after fetch (sync and async).
Negative / error paths
types (create, fetch, update, delete) with expected API error handling.
Legacy stack types
(create-or-fetch, update with shared schema JSON, query) alongside the expanded
suite.
Notes
configuration. Adjust allowed HTTP status codes if the API returns alternate
codes for the same scenarios.