Willy Schott
Willy Schott
@planteater there was an invitation pending for a third participant in the same team, which I revoked after the user was concerned about the allegedly unsolicited email, containing readable details...
I think that's the faster way, since I'm not so familiar yet with setting up a complex project like the one used by our team. I'll happily test a snapshot.
Mike, the plugin successfully installed after downgrading Webstorm form 213.x to 212.x. `cypress` is correctly found in `node_modules/.bin`. Still I have troubles getting tests to launch; looks like an assumption...
My last run configuration (project root is `/home/willy/Projects/control-panel`): 
That's what our project structure basically looks like (the relevant parts): ``` / apps/ control-panel/ # the Angular application source tree control-panel-cy/ # the Cypress end-to-end tests (supposedly `Cypress project...
Sure. 
For completeness (although not involved), the `package.json` commands we're using to launch Cypress outside the IDE environment: ``` "e2e:cypress:open": "cypress open --project apps/control-panel-cy --browser chrome", "e2e:cypress": "cypress run --project apps/control-panel-cy...
Confirming issue on Arch based system (EndeavourOS) Some system details: * GNOME Version 3.34.1 * Memory 15.5 GiB * Graphics Intel® HD Graphics 530 (Skylake GT2) * OS name EndeavourOS;...
I think I've just discovered the source of the problem: the window opens off-screen on first launch, depending on the display configuration. My GNOME display setup is like seen below:...
Yes, that is my assumption. It looks like the effect is reproducible in multi-display configurations if the upper edge of the leftmost display is below the top edge of the...