Peter Boomsma

Results 11 issues of Peter Boomsma

Is this a bug report or a feature request? Bug report If this is a bug report, please provide as much info as possible - version `"start-server-and-test": "^1.11.0",` - platform...

``` "cypress:html": "marge cypress/report/cypress-report.json --reportDir ./ --inline" ``` In windows the `cypress-report.html` file is saved in `/cypress/report` In Linux the `cypress-report.html` is saved in `/` (the root)

I would like to see a option to display the generated videos and screenshots in the mocha result. Any chances of this being developed?

My application has some issues with redirection. It goes through a Microsoft authentication process which can't be bypassed. Sometimes my tests don't get redirected and the URL stays "http://localhost:8080/etc/something" and...

I have certain elements I don't want to show on my screenshots. Any way to hide them using Chromy?

I use BackstopJS to run my test scenarios and use Chrome as the engine so I can use Chromy. When I run my BackstopJS reference with 3 scenarios I get...

Is it possible to open a Chrome browser with Chromy with a user logged in with his google account in the browser?

I'm using content projection to pass some text to a component and I want that translated: `General` ``` // app-card-title ``` When I run the translation extraction this shows up:...

I'm trying to use the fragment plugin with my TypeScript Vue app created with Vue CLI: import { Vue, Component } from 'vue-property-decorator'; import Fragment from 'vue-fragment'; @Component({ components: {...

# Bug Report ## Problem In my Angular app I use Capacitor and this plugin to rotate the orientation to landscape while playing a video with the Angular YouTube player....