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

Testing framework #142

Open
natinusala opened this issue Mar 9, 2021 · 0 comments
Open

Testing framework #142

natinusala opened this issue Mar 9, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@natinusala
Copy link
Owner

A testing framework for borealis should allow running "unit tests" of a single function's output, as well as "functional tests" that require creating an application, setting it up and running it for multiple frames to ensure the desired behavior on a higher scale.

The idea is to test both "units" (such as i18n, storage...) as well as app behaviors such as "when you click on a sidebar item and come back the focus should be on the current tab", which requires running the app for a set amount of frames and "hook" it.

Catch2 and trompeloeil looked promising as a base.

@natinusala natinusala added the enhancement New feature or request label Mar 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant