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
When we wrote the Playwright tests for the UI it appeared that the '/test-parameter' site doesn't display the test parameters when the frontend receives following json:
If the displaying of test results should be implemented then following EntityPageContentObject can be added at the end of the list in the entity.spec.ts file and the page should then be tested accordingly:
The text was updated successfully, but these errors were encountered:
flumiii
changed the title
Simulator GUI: Implement the /test-parameter site
Simulator GUI: Implement the '/test-parameter' site test suggestion
Sep 17, 2024
flumiii
pushed a commit
to phos-web/citrus-simulator
that referenced
this issue
Sep 26, 2024
When we wrote the Playwright tests for the UI it appeared that the '/test-parameter' site doesn't display the test parameters when the frontend receives following json:
If the displaying of test results should be implemented then following EntityPageContentObject can be added at the end of the list in the entity.spec.ts file and the page should then be tested accordingly:
the testParameterJson can be added in the helper-interfaces.ts file:
The text was updated successfully, but these errors were encountered: