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 automated E2E testing #23

Open
mohabhassan opened this issue Feb 27, 2023 · 1 comment
Open

Add automated E2E testing #23

mohabhassan opened this issue Feb 27, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@mohabhassan
Copy link
Owner

As NF gets larger, automated E2E testing for every release/build is needed.
Currently, manually creating a test script or c++ project seems to be the best method based on my research to properly test all the features.

@mohabhassan mohabhassan added the enhancement New feature or request label Feb 27, 2023
@mohabhassan
Copy link
Owner Author

mohabhassan commented Feb 27, 2023

could use selenium windows driver: https://github.com/microsoft/WinAppDriver
also, could use github actions for automated testing, while customizing test runner: https://docs.github.com/en/actions/using-github-hosted-runners/customizing-github-hosted-runners
https://github.com/actions/runner-images/blob/main/images/win/Windows2019-Readme.md (supports v141_xp)

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