Skip to content

Add Testing Automation#7

Draft
curt-mitch-gov wants to merge 13 commits into
mainfrom
testing-automation
Draft

Add Testing Automation#7
curt-mitch-gov wants to merge 13 commits into
mainfrom
testing-automation

Conversation

@curt-mitch-gov

@curt-mitch-gov curt-mitch-gov commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

Resolves #5 .

This PR includes the following changes:

  • Adds Biome linting and formatting (with some file changes from initial Biome run)
  • Adds Github Action to run the following jobs when a new pull-request is opened or modified:
    • Biome linting and formatting
    • Vitest unit tests
    • Playwright end-to-end tests

Notes:

  • The coverage reports for Vitest and Playwright will only be generated once and updated upon subsequent runs. For example, if someone pushes changes to an open pull-request, the same Vitest coverage report will be updated after the Vitest task runs against those new changes.

@github-actions

github-actions Bot commented Jun 9, 2026

Copy link
Copy Markdown

Playwright test results

passed  6 passed

Details

stats  6 tests across 1 suite
duration  10.4 seconds
commit  38951b2

@github-actions

github-actions Bot commented Jun 9, 2026

Copy link
Copy Markdown

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 100% 1 / 1
🔵 Statements 100% 1 / 1
🔵 Functions 100% 1 / 1
🔵 Branches 100% 0 / 0
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
app/page.tsx 100% 100% 100% 100%
Generated in workflow #10 for commit 38951b2 by the Vitest Coverage Report Action

@curt-mitch-gov curt-mitch-gov requested a review from alekvuka June 9, 2026 22:49
@curt-mitch-gov curt-mitch-gov marked this pull request as draft June 10, 2026 18:22
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.

[TASK] Add Github Actions for Running Tests with Pull-Requests

1 participant