refactor: add vue test app sans pnpm-lock

This commit is contained in:
Liam DeBeasi
2024-03-08 14:31:00 +00:00
parent 4b6d4f0de6
commit fbbf80a665
4 changed files with 9 additions and 3910 deletions

View File

@@ -30,16 +30,16 @@ runs:
- name: Create Test App
run: ./build.sh ${{ inputs.app }}
shell: bash
working-directory: ./packages/vue/test
working-directory: ./test-apps/vue
- name: Install Dependencies
run: pnpm install
shell: bash
working-directory: ./packages/vue/test/build/${{ inputs.app }}
working-directory: ./test-apps/vue/build/${{ inputs.app }}
- name: Run Spec Tests
run: pnpm run test:unit
shell: bash
working-directory: ./packages/vue/test/build/${{ inputs.app }}
working-directory: ./test-apps/vue/build/${{ inputs.app }}
- name: Run E2E Tests
run: pnpm run test:e2e
shell: bash
working-directory: ./packages/vue/test/build/${{ inputs.app }}
working-directory: ./test-apps/vue/build/${{ inputs.app }}

View File

@@ -15,8 +15,8 @@
"start": "pnpm run dev"
},
"dependencies": {
"@ionic/vue": "file:../../../",
"@ionic/vue-router": "file:../../../../vue-router",
"@ionic/vue": "workspace:*",
"@ionic/vue-router": "workspace:*",
"ionicons": "^6.0.4",
"vue": "^3.4.14",
"vue-router": "^4.2.5"

View File

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,3 @@
packages:
- ../../../../packages/vue
- ../../../../packages/vue-router