-
Notifications
You must be signed in to change notification settings - Fork 11
Add dotnet-test.yml to automate unit tests with GitHub Actions #90
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 dotnet-test.yml to automate unit tests with GitHub Actions #90
Conversation
…ithub.com/cs-internship/cs-system into feature/afshin/add-run-test-github-action
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR introduces test infrastructure improvements by adding a new test-only solution file, GitHub Actions workflow for running tests, and a Playwright CLI tool configuration. A sign-in test has been temporarily disabled.
- Added
CrystaLearn.TestOnly.slnfor isolated test execution - Created GitHub Actions workflow
.github/workflows/dotnet-test.ymlfor automated testing - Configured Playwright CLI tool in
dotnet-tools.jsonwith version pinning
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| src/Test/CrystaLearn.Test/IdentityPagesTests.cs | Commented out the SignIn_Should_WorkAsExpected test method |
| src/Test/CrystaLearn.Test/.config/dotnet-tools.json | Added Playwright CLI tool configuration with version 1.2.3 |
| CrystaLearn.TestOnly.sln | New solution file containing all projects for test execution |
| .github/workflows/dotnet-test.yml | New GitHub Actions workflow for building and testing the solution |
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 4 out of 4 changed files in this pull request and generated no new comments.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 4 out of 4 changed files in this pull request and generated no new comments.
No description provided.