mysterious-belgium-25713
10/09/2022, 8:06 PMmysterious-belgium-25713
10/09/2022, 8:06 PMthankful-dawn-86064
10/09/2022, 8:06 PMmysterious-belgium-25713
10/09/2022, 8:15 PMthankful-dawn-86064
10/09/2022, 8:18 PMthankful-dawn-86064
10/09/2022, 8:19 PMyml
name: Cypress
on: [push]
jobs:
cypress-run:
runs-on: ubuntu-latest
container: cypress/browsers:node16.16.0-chrome106-ff99-edge
steps:
- name: Checkout
uses: actions/checkout@v3.1.0
- name: Cypress
uses: cypress-io/github-action@v4.2.0
with:
install: npm install
build: echo "it works!"
browser: firefox
here is my workflow and besides that firefox bug its working without any issuemysterious-belgium-25713
10/09/2022, 8:30 PMyml
name: Cypress Tests using Cypress Docker Image
on: [push]
jobs:
cypress-run:
runs-on: ubuntu-latest
container:
image: cypress/browsers:node16.14.2-slim-chrome100-ff99-edge
options: --user 1001
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Cypress run
uses: cypress-io/github-action@v4.2.0
with:
browser: firefox
mysterious-belgium-25713
10/09/2022, 8:30 PMmysterious-belgium-25713
10/09/2022, 8:30 PMthankful-dawn-86064
10/09/2022, 8:34 PMthankful-dawn-86064
10/09/2022, 8:34 PMmysterious-belgium-25713
10/09/2022, 8:35 PMmysterious-belgium-25713
10/09/2022, 8:36 PMthankful-dawn-86064
10/09/2022, 8:37 PMthankful-dawn-86064
10/09/2022, 8:37 PMmysterious-belgium-25713
10/09/2022, 8:38 PMthankful-dawn-86064
10/09/2022, 8:39 PMthankful-dawn-86064
10/09/2022, 8:39 PMmysterious-belgium-25713
10/09/2022, 9:20 PMthankful-dawn-86064
10/09/2022, 9:37 PMprehistoric-restaurant-72560
10/10/2022, 12:16 PMstrong-application-30670
10/10/2022, 12:29 PMstrong-application-30670
10/10/2022, 12:30 PMstrong-application-30670
10/10/2022, 12:31 PMprehistoric-restaurant-72560
10/10/2022, 12:42 PMbest-window-49967
10/10/2022, 1:20 PMbest-window-49967
10/10/2022, 1:22 PMmagnificent-finland-58048
10/10/2022, 1:32 PMmagnificent-finland-58048
10/10/2022, 1:36 PMstrong-application-30670
10/10/2022, 1:52 PM