Kevin Turner
Kevin Turner
### Version 4.0.2 ### Reproduction link [vuex.vuejs.org](https://vuex.vuejs.org/guide/typescript-support.html#simplifying-usestore-usage) ### Steps to reproduce It is not really something that I can create a repo for. I simply cannot fathom out how to...
I am using v4 of this github action in two different workflows. We use it to install cypress in one step and run the tests in another step (having faffed...
Imagine a scenario where you keep all your cypress tests on repo A and you have your application in repo B In repo B you create a workflow that runs...
We have a scheduled workflow that runs cypress tests (twice). The tests are successful and the workflows complete successfully, but the github action stills adds erroneous/confusing annotations to the run:...
Our project references Cypress 8.7.0 as a dependency, which is checked out prior to running this action. If we run this action to then install Cypress and then run `npx...
It would be nice to be able to use the functionality provided with https://github.com/bahmutov/cypress-repeat with this github action. As far as I can see we would have to not use...
If I run tests using this github action on the Ubuntu@latest runner provided by Github virtually all the tests crash: ``` We detected that the Chromium Renderer process just crashed....
Github actions using Cypress 8.7 ``` Run browser-actions/setup-chrome@latest Setup chromium chrome Attempting to download chrome.. Acquiring chrome from https://www.googleapis.com/download/storage/v1/b/chromium-browser-snapshots/o/Linux_x64%2F***%2F***-linux.zip?alt=media Installing chromium... /usr/bin/unzip -o -q /home/fotech/actions-runner/_work/_temp/f144bcd6-c433-4692-ab75-3947f0eabc5c Successfully Installed chromium to /home/fotech/actions-runner/_work/_tool/chromium/***/x64...
Using vue-property-decorator 8.3.0 (via nuxt-property-decorator 2.5.0) the following code: ``` const InjectKey = Symbol(); ... @ProvideReactive(InjectKey) foo: any = {}; ``` causes the following error to appear in the browser...
This is the code (Typescript) ``` import { Pool } from 'pg'; const pool = new Pool({ connectionString }); // The connection string points to a non-existent database 'postgresql://:@127.0.0.1:49175/foo' pool.on('connect',...