-
Notifications
You must be signed in to change notification settings - Fork 22
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
[TESTING] Integration E2E Tests for backward compatibility (Happy + Unhappy Path) #529
Comments
…585-up-to-date-component-diagram feat(docs):[TRI-1585] Add missing components to building block view
Outcome:
|
…LevelUsageAsBuilt, SingleLevelUsageAsPlanned
…y tests (the tests themselves will be added in separate branch/PR)
chore(docs): eclipse-tractusx#529: correct path
chore(test):[#529] fix SingleLevelBomAsBuilt test documentation
Review:
Tests: |
@mkanal: as it can be seen in https://jira.catena-x.net/browse/TRI-2047?jql=summary%20%20~%20%22DEV-TEST%22%20and%20summary%20~%20529%20ORDER%20BY%20%20key there is one more test: |
Since #371 there is no cucumber xray integration anymore, see |
https://github.com/eclipse-tractusx/item-relationship-service/blob/main/docs/concept/%23529-E2E-tests-aspect-version-compatibility/%23529-E2E-tests-aspect-version-compatibility.md describes how this is implemented. See the different major semantic model versions in the test data structure (files are linked there). Concerning future versions see the attribute futureAddedAttribute in the test data and the not yet existing model version in the test data: |
Semantic Models like SerialPart are checked against a given schema. Testing agains a new future version will not work in this case. Tests using futureAddedField to simulate a future change in the semantic model are realized only for traversal aspects. |
LGFM |
…ation chore(concept):[#529] Add description for futureAddedField in concept
As team
I want to have test for backward compatibility of semantic models
so that we have a good evidence that irs works
Hints / Details
Acceptance Criteria
Outcome
Out of Scope
The text was updated successfully, but these errors were encountered: