Project renamed to Paskia.

This commit is contained in:
Leo Vasanko
2025-12-05 13:24:34 +00:00
parent 9d7ace8fb5
commit 4b16037426
66 changed files with 232 additions and 139 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
# PasskeyAuth E2E Tests
# Paskia E2E Tests
End-to-end tests for PasskeyAuth using [Playwright](https://playwright.dev/) with Chrome's **Virtual Authenticator**.
End-to-end tests for Paskia using [Playwright](https://playwright.dev/) with Chrome's **Virtual Authenticator**.
## Overview
@@ -33,7 +33,7 @@ npm test
```
This will:
1. Start a fresh PasskeyAuth server with a test database
1. Start a fresh Paskia server with a test database
2. Run all E2E tests against it
3. Clean up the server when done
+2 -2
View File
@@ -1,8 +1,8 @@
{
"name": "passkey-auth-e2e",
"name": "paskia-e2e",
"version": "1.0.0",
"private": true,
"description": "E2E tests for PasskeyAuth using Playwright with Virtual Authenticator",
"description": "E2E tests for Paskia using Playwright with Virtual Authenticator",
"type": "module",
"scripts": {
"test": "bunx playwright test",
+2 -2
View File
@@ -1,7 +1,7 @@
import { defineConfig, devices } from '@playwright/test'
/**
* Playwright configuration for PasskeyAuth E2E tests.
* Playwright configuration for Paskia E2E tests.
* Uses Chrome's Virtual Authenticator for automated passkey testing.
*
* Run with: bun run test
@@ -23,7 +23,7 @@ export default defineConfig({
globalTeardown: './tests/global-teardown.ts',
use: {
// Base URL for the passkey-auth server
// Base URL for the Paskia server
baseURL: process.env.BASE_URL || 'http://localhost:4401',
// Collect trace on failure for debugging
+1 -1
View File
@@ -45,7 +45,7 @@ export default async function globalSetup() {
// Start the server using Node's spawn
const serverProcess = spawn('uv', [
'run', 'passkey-auth', 'serve', ':4401',
'run', 'paskia', 'serve', ':4401',
'--rp-id', 'localhost',
'--origin', 'http://localhost:4401'
], {
+1 -1
View File
@@ -10,7 +10,7 @@ import {
} from './fixtures/passkey-helpers'
/**
* E2E tests for PasskeyAuth using Chrome's Virtual Authenticator.
* E2E tests for Paskia using Chrome's Virtual Authenticator.
*
* These tests exercise the complete WebAuthn flow:
* 1. Registration via WebSocket using bootstrap reset token