[PR #274] [MERGED] Add action to run Cypress tests #302

Closed
opened 2025-11-06 17:18:25 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sdras/awesome-actions/pull/274
Author: @bahmutov
Created: 12/5/2019
Status: Merged
Merged: 12/7/2019
Merged by: @sdras

Base: masterHead: patch-2


📝 Commits (2)

  • 90ea481 Add action to run Cypress tests
  • a958bf4 Merge branch 'master' into patch-2

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

Example action

name: End-to-end tests
on: [push]
jobs:
  cypress-run:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout
        uses: actions/checkout@v1
      # Install NPM dependencies, cache them correctly
      # and run all Cypress tests
      - name: Cypress run
        uses: cypress-io/github-action@v1

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/sdras/awesome-actions/pull/274 **Author:** [@bahmutov](https://github.com/bahmutov) **Created:** 12/5/2019 **Status:** ✅ Merged **Merged:** 12/7/2019 **Merged by:** [@sdras](https://github.com/sdras) **Base:** `master` ← **Head:** `patch-2` --- ### 📝 Commits (2) - [`90ea481`](https://github.com/sdras/awesome-actions/commit/90ea481d69cb0c66f26949de43020bce796e2181) Add action to run Cypress tests - [`a958bf4`](https://github.com/sdras/awesome-actions/commit/a958bf48a28ce0b2ac61010d57ad2536649f5621) Merge branch 'master' into patch-2 ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description Example action ```yml name: End-to-end tests on: [push] jobs: cypress-run: runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v1 # Install NPM dependencies, cache them correctly # and run all Cypress tests - name: Cypress run uses: cypress-io/github-action@v1 ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 17:18:25 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-actions#302