Skip to content
This repository has been archived by the owner on May 26, 2024. It is now read-only.

Test with cypress #180

Draft
wants to merge 29 commits into
base: main
Choose a base branch
from
Draft

Test with cypress #180

wants to merge 29 commits into from

Conversation

Yolijn
Copy link
Member

@Yolijn Yolijn commented Mar 28, 2023

Note to self: Don't forget to add test step to the workflow

Old playwright tests:


  test:	
    timeout-minutes: 60	
    needs: continuous-integration	
    runs-on: ubuntu-latest	
    steps:	
      - uses: actions/checkout@v3	
      - uses: actions/setup-node@v3	
        with:	
          node-version: 16	
      - name: Install dependencies	
        run: npm ci	
      - name: Install Playwright Browsers	
        run: npx playwright install --with-deps	
      - name: "Restore build artifact"	
        uses: actions/download-artifact@v3	
        with:	
          name: build	
          path: .next/	
      - name: Run Playwright tests	
        run: npm run test:e2e	
      - uses: actions/upload-artifact@v3	
        if: always()	
        with:	
          name: playwright-report	
          path: playwright-report/	
          retention-days: 30	

savitris and others added 29 commits February 22, 2023 12:50
@vercel
Copy link

vercel bot commented Mar 28, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
utrecht-huwelijksplanner ❌ Failed (Inspect) Mar 28, 2023 at 1:05PM (UTC)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants