DevonGifford / DevReady

Fullstack open source initiative designed for ZTM students.
https://ztm-ready-portfolio-project.vercel.app
1 stars 0 forks source link

Integrate End-to-End Tests with CI/CD Pipeline #14

Closed DevonGifford closed 9 months ago

DevonGifford commented 10 months ago

Description

We aim to incorporate our end-to-end tests into the CI/CD pipeline, which will enable automatic test execution on every code push, ensuring swift detection of any breaking changes.

Objectives

  1. CI Environment Setup:

    • Configure the tests to run within a CI environment, specifically GitHub Actions.
  2. Deployment Target:

    • Set the tests to run against a preview deployment, particularly from Vercel.

Triggering the CI Job

To activate the CI job, should simply have to navigate to the .github/workflows/playwright.yaml file.

Quick ideas