Skip to content

Commit 69ec326

Browse files
Update analysis timestamps and paths in Bugster configuration files
1 parent e3cf369 commit 69ec326

14 files changed

+141
-18
lines changed

.bugster/.analysis_state.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"status": "completed",
3-
"started_at": "2025-07-11T15:00:51.174589",
3+
"started_at": "2025-07-11T18:59:22.087577",
44
"version": "1.0",
55
"completed": true,
6-
"completed_at": "2025-07-11T15:01:36.816131",
7-
"duration_seconds": 45.641555
6+
"completed_at": "2025-07-11T18:59:54.916205",
7+
"duration_seconds": 32.828634
88
}

.bugster/config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
base_url: http://localhost:3000
2+
credentials: []
3+
project_id: O0QdJvpOlhKg1h65mlwx
4+
project_name: bugster-nextjs-example
5+
x-vercel-protection-bypass: 'WomLYpGCtW4jPpUwbRv0pzZ8Y3zgUhkz'

.bugster/next/analysis.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"metadata": {
3-
"timestamp": 1752256861.4664378,
3+
"timestamp": 1752271171.664486,
44
"version": 2,
55
"git": {
66
"branch": "main",
7-
"commit": "e5a609bae1dd6c284cad0c163cc5a9ecbe4dbe38"
7+
"commit": "e3cf3692d82ecbecd44e6b1e84f166c59e830c6f"
88
}
99
},
1010
"data": {
1111
"framework": {
1212
"id": "next",
1313
"name": "Next.js",
14-
"dir_path": "/Users/giovaborgogno/repos/bugster/shirt-shop-example/"
14+
"dir_path": "/Users/facundolopezscala/coding-repos/demo-bugster-ecommerce/bugster-nextjs-example/"
1515
},
1616
"router_type": "app",
1717
"stats": {
@@ -27,12 +27,12 @@
2727
"relative_dir_path": "app",
2828
"content": "import { VercelToolbar } from '@vercel/toolbar/next';\nimport { Analytics } from '@vercel/analytics/next';\nimport type { Metadata } from 'next';\nimport { Toaster } from 'sonner';\n\nimport './globals.css';\nimport { FreeDelivery } from '@/app/free-delivery';\nimport { Footer } from '@/components/footer';\nimport { Navigation } from '@/components/navigation';\n\nexport const metadata: Metadata = {\n title: 'Shirt Shop Example',\n description: 'A shirt shop example for Ecommerce',\n};\n\nexport default function RootLayout({\n children,\n}: Readonly<{\n children: React.ReactNode;\n}>) {\n const showFreeDeliveryBanner = true;\n\n return (\n <html lang=\"en\">\n <body className=\"antialiased\">\n <div className=\"bg-white\">\n <FreeDelivery show={showFreeDeliveryBanner} />\n <Navigation />\n {children}\n <Footer />\n </div>\n <Toaster />\n <Analytics />\n <VercelToolbar />\n </body>\n </html>\n );\n}\n",
2929
"components": [
30-
"Analytics",
3130
"Footer",
32-
"Toaster",
3331
"FreeDelivery",
34-
"Navigation",
35-
"VercelToolbar"
32+
"Analytics",
33+
"VercelToolbar",
34+
"Toaster",
35+
"Navigation"
3636
]
3737
}
3838
],
@@ -61,15 +61,15 @@
6161
"function"
6262
],
6363
"components": [
64-
"ProductHeader",
65-
"ProductDetails",
66-
"SizePicker",
67-
"Main",
6864
"ColorPicker",
65+
"SizePicker",
66+
"ProductDetails",
6967
"AddToCart",
68+
"ProductHeader",
7069
"SummerSale",
70+
"ProductDetailPageProvider",
7171
"ImageGallery",
72-
"ProductDetailPageProvider"
72+
"Main"
7373
],
7474
"hasParams": false,
7575
"hasForm": false,

.bugster/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"metadata": {
3-
"timestamp": 1752256854938,
3+
"timestamp": 1752271165315,
44
"version": 2,
55
"git": {
66
"branch": "main",
7-
"commit": "e5a609bae1dd6c284cad0c163cc5a9ecbe4dbe38"
7+
"commit": "e3cf3692d82ecbecd44e6b1e84f166c59e830c6f"
88
}
99
},
1010
"data": {
1111
"frameworks": [
1212
{
1313
"id": "next",
1414
"name": "Next.js",
15-
"dir_path": "/Users/giovaborgogno/repos/bugster/shirt-shop-example/"
15+
"dir_path": "/Users/facundolopezscala/coding-repos/demo-bugster-ecommerce/bugster-nextjs-example/"
1616
}
1717
]
1818
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Color selection changes product image
2+
page: /
3+
page_path: app/page.tsx
4+
task: Verify selecting different colors updates the product image
5+
steps:
6+
- Navigate to the homepage
7+
- Observe the initial product image
8+
- Select a different color option
9+
- Verify the product image changes to show the product in the selected color
10+
expected_result: Product image changes to reflect the selected color
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Size availability indication
2+
page: /
3+
page_path: app/page.tsx
4+
task: Verify size availability is correctly indicated
5+
steps:
6+
- Navigate to the homepage
7+
- Locate the size picker section
8+
- Observe which sizes are marked as available or unavailable
9+
- Attempt to select an unavailable size
10+
- Verify that unavailable sizes cannot be selected
11+
- Select an available size
12+
- Verify it can be selected successfully
13+
expected_result: Available sizes are selectable while unavailable sizes are disabled
14+
or marked
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Navigation menu functionality
2+
page: /
3+
page_path: app/page.tsx
4+
task: Verify navigation menu links work correctly
5+
steps:
6+
- Navigate to the homepage
7+
- Locate the navigation menu
8+
- Click on the brand logo/name
9+
- Verify it navigates to the homepage
10+
- Click on the cart icon
11+
- Verify it navigates to the cart page
12+
expected_result: All navigation links direct to the correct pages
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Free delivery banner visibility
2+
page: /
3+
page_path: app/page.tsx
4+
task: Verify the free delivery banner is visible on the homepage
5+
steps:
6+
- Navigate to the homepage
7+
- Observe the top section of the page
8+
- Verify the free delivery banner is visible
9+
- Verify the banner contains the correct delivery information
10+
expected_result: Free delivery banner is displayed at the top of the page with correct
11+
information
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Error handling for adding to cart without selecting options
2+
page: /
3+
page_path: app/page.tsx
4+
task: Verify proper error handling when adding to cart without required selections
5+
steps:
6+
- Navigate to the homepage
7+
- Do not select any color option
8+
- Do not select any size option
9+
- Click the 'Add to cart' button
10+
- Verify error message appears indicating required selections
11+
expected_result: User receives error notification when attempting to add product without
12+
selecting required options
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Summer sale banner visibility and interaction
2+
page: /
3+
page_path: app/page.tsx
4+
task: Verify the summer sale banner is visible and interactive
5+
steps:
6+
- Navigate to the homepage
7+
- Locate the summer sale banner
8+
- Verify sale information is correctly displayed
9+
- Interact with any buttons or links in the banner
10+
- Verify appropriate response to interaction
11+
expected_result: Summer sale banner displays correctly and can be interacted with

0 commit comments

Comments
 (0)