mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-02 20:43:36 +00:00
Implement initial project structure and features for Automaker application, including environment setup, auto mode services, and session management. Update port configurations to 3007 and add new UI components for enhanced user interaction.
This commit is contained in:
@@ -115,7 +115,7 @@ npx playwright test tests/[feature-name].spec.ts --headed
|
||||
import { test, expect } from "@playwright/test";
|
||||
|
||||
test("user can send a message and receive response", async ({ page }) => {
|
||||
await page.goto("http://localhost:3000");
|
||||
await page.goto("http://localhost:3007");
|
||||
|
||||
// Happy path: main user flow
|
||||
await page.fill('[data-testid="message-input"]', "Hello world");
|
||||
@@ -231,7 +231,7 @@ import { test, expect } from "@playwright/test";
|
||||
|
||||
test.describe("Feature Name", () => {
|
||||
test("happy path: user completes main workflow", async ({ page }) => {
|
||||
await page.goto("http://localhost:3000");
|
||||
await page.goto("http://localhost:3007");
|
||||
|
||||
// Interact with UI elements
|
||||
await page.click('button[data-testid="action"]');
|
||||
|
||||
Reference in New Issue
Block a user