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
8 changes: 8 additions & 0 deletions .bugster/.analysis_state.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"status": "completed",
"started_at": "2025-07-11T18:26:30.856452",
"version": "1.0",
"completed": true,
"completed_at": "2025-07-11T18:26:52.595769",
"duration_seconds": 21.739326
}
4 changes: 4 additions & 0 deletions .bugster/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
base_url: http://localhost:3000
credentials: []
project_id: kay5ejJLaaRJTrUkF4po
project_name: personal-page
36 changes: 36 additions & 0 deletions .bugster/next/analysis.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"metadata": {
"timestamp": 1752258390.8825037,
"version": 2,
"git": {
"branch": "bugster/tests/onboarding-20250711-182628",
"commit": "0d32ce6cc4204c59a01a26a5377d8fecb293626d"
}
},
"data": {
"framework": {
"id": "next",
"name": "Next.js",
"dir_path": "/home/bugsteruser/app/repo/"
},
"router_type": "pages",
"stats": {
"fileCount": 7,
"routeCount": 0,
"apiRouteCount": 0,
"layoutCount": 0
},
"layouts": [],
"routes": [],
"api_routes": [],
"all_paths": [
"components/Footer.tsx",
"components/Header.tsx",
"components/SocialMedia.tsx",
"next.config.js",
"pages/_app.tsx",
"pages/_document.tsx",
"pages/index.tsx"
]
}
}
19 changes: 19 additions & 0 deletions .bugster/project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"metadata": {
"timestamp": 1752258390870,
"version": 2,
"git": {
"branch": "bugster/tests/onboarding-20250711-182628",
"commit": "0d32ce6cc4204c59a01a26a5377d8fecb293626d"
}
},
"data": {
"frameworks": [
{
"id": "next",
"name": "Next.js",
"dir_path": "/home/bugsteruser/app/repo/"
}
]
}
}
10 changes: 10 additions & 0 deletions .bugster/tests/1_homepage_loads_successfully.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Homepage loads successfully
page: home
page_path: pages/index.tsx
task: Verify the homepage loads correctly with all elements
steps:
- Navigate to the homepage
- Verify header is visible
- Verify main content is visible
- Verify footer is visible
expected_result: Homepage should load with header, main content, and footer visible
10 changes: 10 additions & 0 deletions .bugster/tests/2_header_navigation_works_correctly.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Header navigation works correctly
page: home
page_path: pages/index.tsx
task: Verify header navigation links function correctly
steps:
- Navigate to the homepage
- Locate navigation links in the header
- Click on a navigation link
- Verify navigation to the correct page/section occurs
expected_result: Clicking navigation links should navigate to the correct page/section
11 changes: 11 additions & 0 deletions .bugster/tests/3_social_media_links_are_functional.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Social media links are functional
page: home
page_path: pages/index.tsx
task: Verify social media links work correctly
steps:
- Navigate to the homepage
- Locate social media icons
- Click on a social media icon
- Verify it opens the correct platform in a new tab
expected_result: Clicking social media icons should open respective platforms in a
new tab
10 changes: 10 additions & 0 deletions .bugster/tests/4_footer_links_navigate_correctly.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Footer links navigate correctly
page: home
page_path: pages/index.tsx
task: Verify footer links function properly
steps:
- Navigate to the homepage
- Scroll to the footer
- Click on a footer link
- Verify navigation to the correct page/section
expected_result: Clicking footer links should navigate to appropriate pages/sections
11 changes: 11 additions & 0 deletions .bugster/tests/5_page_is_responsive_on_mobile_devices.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Page is responsive on mobile devices
page: home
page_path: pages/index.tsx
task: Verify the homepage displays correctly on mobile devices
steps:
- Navigate to the homepage
- Resize browser to mobile dimensions (e.g., 375px width)
- Verify header displays correctly on mobile
- Verify content is properly formatted for mobile viewing
- Verify footer is properly formatted for mobile viewing
expected_result: Homepage layout should adjust appropriately for mobile screen sizes
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Bugster
.bugster/results/
.bugster/screenshots/
.bugster/videos/
.bugster/logs/
.bugster/reports/
*.bugster.log