Skip to content

Commit

Permalink
chore: modify spec location
Browse files Browse the repository at this point in the history
  • Loading branch information
abocsan-plenty committed Jun 10, 2024
1 parent a9fd5ce commit a53cb10
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/paypal-card-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
start: yarn start
wait-on: "http://localhost:3000"
project: "./apps/web"
spec: "./apps/web/__tests__/test/smoke/paypalCreditCard.spec.cy.ts"
spec: "./apps/web/__tests__/standalone/paypalCreditCard.spec.cy.ts"
env:
PAYPAL_EMAIL: ${{ secrets.PAYPAL_EMAIL }}
PAYPAL_PASSWORD: ${{ secrets.PAYPAL_PASSWORD }}
Expand Down
1 change: 0 additions & 1 deletion apps/web/cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export default defineConfig({
},
baseUrl: 'http://localhost:3000',
specPattern: '__tests__/test/**/*.cy.{js,jsx,ts,tsx}',
excludeSpecPattern: ['__tests__/test/smoke/paypalCreditCard.spec.cy.ts'],
supportFile: '__tests__/support/e2e.ts',
retries: {
runMode: 2,
Expand Down

0 comments on commit a53cb10

Please sign in to comment.