Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Packages #19

Merged
merged 7 commits into from
Jan 14, 2023
Merged

New Packages #19

merged 7 commits into from
Jan 14, 2023

Conversation

charliewilco
Copy link
Owner

adding:

  • e2e tests with playwright
  • graphql-depth-limit with esm and typescript support
  • graphql-ast-assertions with esm and typescript support
  • graphql-date-scalar with esm and typescript support
  • rsskit with esm and typescript support

@vercel
Copy link

vercel bot commented Jan 14, 2023

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

Name Status Preview Updated
reubin ✅ Ready (Inspect) Visit Preview Jan 14, 2023 at 7:09AM (UTC)

@charliewilco
Copy link
Owner Author

removing e2e workflow for now. something is causing the signin.spec.ts test to crash.

name: E2E Tests
on:
  push:
    branches: [main]
  pull_request:
    branches: [main]
jobs:
  e2e:
    timeout-minutes: 60
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
      - uses: actions/setup-node@v3
        with:
          node-version: 18

      - name: Install dependencies
        run: npm ci
      - name: Generate Types
        run: npm run generate && npx prisma generate --schema apps/graphql/prisma/schema.prisma
      - name: Build
        run: npm run build
      - name: Install Playwright Browsers
        run: npm run deps --workspace=@reubin/e2e
      - name: Run Playwright tests
        run: npm test --workspace=@reubin/e2e
      - uses: actions/upload-artifact@v3
        if: always()
        with:
          name: playwright-report
          path: e2e/playwright-report/
          retention-days: 30

@charliewilco charliewilco merged commit b7b8401 into main Jan 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant