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

Run unit tests for each pull request #18

Closed
AndyLPK247 opened this issue Oct 23, 2020 · 2 comments · Fixed by #23
Closed

Run unit tests for each pull request #18

AndyLPK247 opened this issue Oct 23, 2020 · 2 comments · Fixed by #23
Assignees
Milestone

Comments

@AndyLPK247
Copy link
Contributor

We should create a GitHub Action to run the unit tests in Boa.Constrictor.UnitTests for every pull request.

Note: Do not include Boa.Constrictor.Example tests in this issue. (We could include them in a separate issue, but they require more dependencies because they need a WebDriver + a browser.)

@AndyLPK247
Copy link
Contributor Author

This article provides helpful information, but it covers Java:
https://medium.com/android-advance-tips-and-tutorial/github-action-for-unit-testing-57faefc9633

@AndyLPK247
Copy link
Contributor Author

This looks more helpful:
https://stackoverflow.com/questions/59742930/how-to-create-github-actions-for-unit-testing-in-net-projects

Thankfully, the unit tests are .NET Core!

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