thankful-dawn-86064
10/09/2022, 6:31 PMmysterious-belgium-25713
10/09/2022, 6:32 PMthankful-dawn-86064
10/09/2022, 6:32 PMmysterious-belgium-25713
10/09/2022, 6:33 PMmysterious-belgium-25713
10/09/2022, 6:33 PMthankful-dawn-86064
10/09/2022, 6:33 PMthankful-dawn-86064
10/09/2022, 6:33 PMthankful-dawn-86064
10/09/2022, 6:33 PMmysterious-belgium-25713
10/09/2022, 6:35 PMyaml
name: Cypress Tests using Cypress Docker Image
on: [push]
jobs:
cypress-run:
runs-on: ubuntu-latest
container: cypress/browsers:node12.18.3-chrome87-ff82
steps:
- name: Checkout
uses: actions/checkout@v2
# Install NPM dependencies, cache them correctly
# and run all Cypress tests
- name: Cypress run
uses: cypress-io/github-action@v4.x.x # use the explicit version number
with:
# Specify Browser since container image is compile with Firefox
browser: firefox
mysterious-belgium-25713
10/09/2022, 6:35 PMthankful-dawn-86064
10/09/2022, 6:42 PMyaml
Available browsers found on your system are:
- chrome
- electron
Can't run because you've entered an invalid browser name.
Browser: firefox was not found on your system or is not supported by Cypress.
Cypress supports the following browsers:
- electron
- chrome
- chromium
- chrome:canary
- edge
- firefox
thankful-dawn-86064
10/09/2022, 6:42 PMmysterious-belgium-25713
10/09/2022, 6:45 PMthankful-dawn-86064
10/09/2022, 6:48 PMyml
> echo "[svelte-preprocess] Don't forget to install the preprocessors packages that will be used: node-sass/sass, stylus, less, postcss & postcss-load-config, coffeescript, pug, etc..."
[svelte-preprocess] Don't forget to install the preprocessors packages that will be used: node-sass/sass, stylus, less, postcss & postcss-load-config, coffeescript, pug, etc...
thankful-dawn-86064
10/09/2022, 6:48 PMthankful-dawn-86064
10/09/2022, 6:48 PMthankful-dawn-86064
10/09/2022, 6:49 PMmysterious-belgium-25713
10/09/2022, 6:49 PMthankful-dawn-86064
10/09/2022, 6:49 PMthankful-dawn-86064
10/09/2022, 6:52 PMthankful-dawn-86064
10/09/2022, 7:01 PMthankful-dawn-86064
10/09/2022, 7:01 PMmysterious-belgium-25713
10/09/2022, 7:08 PMthankful-dawn-86064
10/09/2022, 7:17 PMmysterious-belgium-25713
10/09/2022, 7:23 PMthankful-dawn-86064
10/09/2022, 7:24 PMmysterious-belgium-25713
10/09/2022, 7:37 PMthankful-dawn-86064
10/09/2022, 7:38 PMthankful-dawn-86064
10/09/2022, 8:06 PMnpm install
as a seperate command and it should be where you are running cypress using install
so it would look like this:
yaml
with:
install: npm install
browser: firefox
mysterious-belgium-25713
10/09/2022, 8:06 PM