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

Add parser based tests to cucumber runner #16

Closed
Tate-CC opened this issue Sep 9, 2021 · 0 comments · Fixed by #24
Closed

Add parser based tests to cucumber runner #16

Tate-CC opened this issue Sep 9, 2021 · 0 comments · Fixed by #24

Comments

@Tate-CC
Copy link
Contributor

Tate-CC commented Sep 9, 2021

Currently all our tests looks for the presence or absence of a specific string in the output file. However the process of parsing and rewriting the file is unstable, i.e attributes are reordered, self-closing tags lose the ending "/", which makes the string match a little fragile. It would be nice if the tests parsed the file instead to check for the correct tag/attributes.

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

Successfully merging a pull request may close this issue.

1 participant