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

User keyword teardown missing from running model JSON schema #4870

Closed
pekkaklarck opened this issue Sep 14, 2023 · 0 comments
Closed

User keyword teardown missing from running model JSON schema #4870

pekkaklarck opened this issue Sep 14, 2023 · 0 comments

Comments

@pekkaklarck
Copy link
Member

The running model got JSON serialization support in RF 6.1 (#3902) and the JSON format got a schema. The schema currently doesn't include teardown with user keywords.

The reason our tests didn't notice this issue is that the schema allows extra attributes. Thus the teardown included in actual spec files was accepted although it wasn't in the schema. My intention was to not allow extra attributes in the schema, but apparently configuring the model root element wasn't enough and instead the configuration needs to be done in a common base class. This needs to be fixed as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant