Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions multiply.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash


echo "Bad boys"
1 change: 1 addition & 0 deletions test
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
added tests for claude addition
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Move Claude addition test into Playwright's test suite

This change adds a root-level plain-text file, but it is not a runnable test: Playwright is configured to discover tests only under ./tests (playwright.config.ts:26) and only for files matching e2e\/.*.test.ts (playwright.config.ts:56), so pnpm test will ignore this file completely. That means the claimed Claude addition coverage is still missing and regressions can pass CI undetected.

Useful? React with 👍 / 👎.