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

CT: Add support for infinite loop testing #204

Open
zepumph opened this issue Feb 14, 2024 · 0 comments
Open

CT: Add support for infinite loop testing #204

zepumph opened this issue Feb 14, 2024 · 0 comments

Comments

@zepumph
Copy link
Member

zepumph commented Feb 14, 2024

From discussion with @jonathanolson over in phetsims/axon#447, we thought there could be better support for CT to know when an infinite loop is. The solution in my mind is to add a new event that is added to each browser test: "test start". That way we don't overload what loading the page means, and we have better data about if we just never started the test (took too long to load (totally normal and fine)), or started but then never got a pass/fail (infinite loop?).

This may not be too hard, but wouldn't be something I could just squeeze in. It may be important enough over in phetsims/axon#447, but I doubt it will raise the priority of this issue.

@zepumph zepumph changed the title Add support for infinite loop testing CT: Add support for infinite loop testing Feb 14, 2024
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

No branches or pull requests

1 participant