mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-30 23:14:37 +00:00
refactor: rename project from AlphaHuman to OpenHuman and update configurations
- Deleted obsolete .mcp.json file. - Updated ESLint and test configurations to reflect new file paths. - Changed title and branding in index.html and README.md to OpenHuman. - Adjusted package.json scripts for testing with new configuration files. - Modified E2E test scripts to use updated WebDriverIO configuration paths. - Added new TypeScript configuration files for E2E testing and Vitest.
This commit is contained in:
+1
-1
@@ -87,4 +87,4 @@ done
|
||||
|
||||
# --- Run WebDriverIO ----------------------------------------------------------
|
||||
echo "Running E2E auth flow tests ($SPEC)..."
|
||||
npx wdio run wdio.conf.ts --spec "$SPEC"
|
||||
npx wdio run test/wdio.conf.ts --spec "$SPEC"
|
||||
|
||||
@@ -87,4 +87,4 @@ done
|
||||
|
||||
# --- Run WebDriverIO ----------------------------------------------------------
|
||||
echo "Running E2E crypto payment flow tests ($SPEC)..."
|
||||
npx wdio run wdio.conf.ts --spec "$SPEC"
|
||||
npx wdio run test/wdio.conf.ts --spec "$SPEC"
|
||||
|
||||
@@ -87,4 +87,4 @@ done
|
||||
|
||||
# --- Run WebDriverIO ----------------------------------------------------------
|
||||
echo "Running E2E Gmail integration flow tests ($SPEC)..."
|
||||
npx wdio run wdio.conf.ts --spec "$SPEC"
|
||||
npx wdio run test/wdio.conf.ts --spec "$SPEC"
|
||||
|
||||
@@ -90,4 +90,4 @@ done
|
||||
|
||||
# --- Run WebDriverIO ----------------------------------------------------------
|
||||
echo "Running E2E login flow tests ($SPEC)..."
|
||||
npx wdio run wdio.conf.ts --spec "$SPEC"
|
||||
npx wdio run test/wdio.conf.ts --spec "$SPEC"
|
||||
|
||||
@@ -87,4 +87,4 @@ done
|
||||
|
||||
# --- Run WebDriverIO ----------------------------------------------------------
|
||||
echo "Running E2E Notion integration flow tests ($SPEC)..."
|
||||
npx wdio run wdio.conf.ts --spec "$SPEC"
|
||||
npx wdio run test/wdio.conf.ts --spec "$SPEC"
|
||||
|
||||
@@ -87,4 +87,4 @@ done
|
||||
|
||||
# --- Run WebDriverIO ----------------------------------------------------------
|
||||
echo "Running E2E card payment flow tests ($SPEC)..."
|
||||
npx wdio run wdio.conf.ts --spec "$SPEC"
|
||||
npx wdio run test/wdio.conf.ts --spec "$SPEC"
|
||||
|
||||
@@ -87,4 +87,4 @@ done
|
||||
|
||||
# --- Run WebDriverIO ----------------------------------------------------------
|
||||
echo "Running E2E Telegram integration flow tests ($SPEC)..."
|
||||
npx wdio run wdio.conf.ts --spec "$SPEC"
|
||||
npx wdio run test/wdio.conf.ts --spec "$SPEC"
|
||||
|
||||
Reference in New Issue
Block a user