Skip to content
Merged
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
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "901-testronaut-visual-regression-solution",
"name": "901-visual-regression-testronaut-solution",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "application",
"sourceRoot": "apps/901-testronaut-visual-regression-solution/src",
"sourceRoot": "apps/901-visual-regression-testronaut-solution/src",
"prefix": "wm",
"tags": [],
"targets": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "901-testronaut-visual-regression-starter",
"name": "901-visual-regression-testronaut-starter",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "application",
"sourceRoot": "apps/901-testronaut-visual-regression-starter/src",
"sourceRoot": "apps/901-visual-regression-testronaut-starter/src",
"prefix": "wm",
"tags": [],
"targets": {
Expand Down
10 changes: 5 additions & 5 deletions tools/cook/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,19 +143,19 @@ const exercises: Exercise[] = [
},
{
id: '801-recipe-preview-testronaut',
name: '801 - Recipe Preview Playwright Component Testing',
name: '801 - Recipe Preview with Testronaut',
},
{
id: '802-recipe-filter-testronaut',
name: '802 - Recipe Filter Playwright Component Testing',
name: '802 - Recipe Filter with Testronaut',
},
{
id: '803-recipe-search-testronaut',
name: '803 - Recipe Search Playwright Component Testing',
name: '803 - Recipe Search with Testronaut',
},
{
id: '901-testronaut-visual-regression',
name: '901 - Testronaut Visual Regression Testing',
id: '901-visual-regression-testronaut',
name: '901 - Visual Regression with Testronaut',
Comment on lines 155 to +158

Copilot AI Apr 2, 2026

Copy link

Choose a reason for hiding this comment

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

The PR title indicates this is a docs-only rename, but this change also renames the exercise id (and the PR adds new starter/solution apps and snapshots). Consider updating the PR title/description to reflect the broader scope so reviewers know it’s not docs-only.

Copilot uses AI. Check for mistakes.
},
];

Expand Down
Loading