{
  "name": "psyche-e2e-tests",
  "$schema": "../../../node_modules/nx/schemas/project-schema.json",
  "sourceRoot": "libs/psyche/e2e-tests",
  "projectType": "library",
  "tags": ["scope:psyche", "type:e2e", "layer:test"],
  "targets": {
    "test": {
      "executor": "@nx/vite:test",
      "outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
      "options": {
        "config": "libs/psyche/e2e-tests/vitest.config.ts"
      }
    },
    "test-avatar": {
      "executor": "@nx/vite:test",
      "options": {
        "config": "libs/psyche/e2e-tests/vitest.config.ts",
        "testFiles": ["avatar-rendering.e2e.test.ts"]
      }
    },
    "test-voice": {
      "executor": "@nx/vite:test",
      "options": {
        "config": "libs/psyche/e2e-tests/vitest.config.ts",
        "testFiles": ["voice-pipeline.e2e.test.ts"]
      }
    },
    "test-conferencing": {
      "executor": "@nx/vite:test",
      "options": {
        "config": "libs/psyche/e2e-tests/vitest.config.ts",
        "testFiles": ["conferencing.e2e.test.ts"]
      }
    }
  }
}
