Skip to content

feat: add GitHub Actions workflow for testing .NET and frontend appli…#75

Merged
PhantomDave merged 4 commits intomainfrom
added-test-workflow
Nov 17, 2025
Merged

feat: add GitHub Actions workflow for testing .NET and frontend appli…#75
PhantomDave merged 4 commits intomainfrom
added-test-workflow

Conversation

@PhantomDave
Copy link
Copy Markdown
Owner

…cations

Copilot AI review requested due to automatic review settings November 17, 2025 11:33
@PhantomDave
Copy link
Copy Markdown
Owner Author

@copilot apply changes based on the comments in this thread

Copy link
Copy Markdown
Contributor

Copilot AI commented Nov 17, 2025

@PhantomDave I've opened a new pull request, #76, to work on those changes. Once the pull request is ready, I'll request review from you.

Copy link
Copy Markdown
Contributor

Copilot AI left a 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 adds a GitHub Actions workflow to run automated tests for both the .NET backend and Angular frontend applications. The workflow runs unit tests, integration tests, and end-to-end Playwright tests on every push and pull request.

Key changes:

  • Adds .github/workflows/tests.yml to automate running backend unit tests, integration tests, and frontend E2E tests
  • Configures .NET 10 SDK for backend tests and Node.js 20 for frontend tests
  • Sets up Playwright with Chromium for E2E testing

@PhantomDave
Copy link
Copy Markdown
Owner Author

@copilot we should make the tests pass before merging, can you check them?

Copy link
Copy Markdown
Contributor

Copilot AI commented Nov 17, 2025

@PhantomDave I've opened a new pull request, #77, to work on those changes. Once the pull request is ready, I'll request review from you.

Copilot AI and others added 2 commits November 17, 2025 15:03
…77)

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: PhantomDave <34485699+PhantomDave@users.noreply.github.com>
@PhantomDave PhantomDave merged commit 934bcc6 into main Nov 17, 2025
13 checks passed
@PhantomDave PhantomDave deleted the added-test-workflow branch November 17, 2025 14:14
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 this pull request may close these issues.

3 participants