intellij-cypress icon indicating copy to clipboard operation
intellij-cypress copied to clipboard

IntelliJ-Cypress plugin: https://plugins.jetbrains.com/plugin/13819-intellij-cypress Pro version: https://plugins.jetbrains.com/plugin/13987-cypress-support-pro

Results 25 intellij-cypress issues
Sort by recently updated
recently updated
newest added

upon defining a run config and executing it the chrome browser opens an additional tab displaying the virtru home page... **Versions**: - Plugin: latest build - IDE: webstorm - OS:...

Currently plugin supports only running e2e tests with following cypress command: cypress run I need support for component tests that require the following cypress command to run: cypress run-ct You...

base version

When I'm right-clicking on a javascript file in the project menu, I can choose to run or debug it, possibly modifying the run configuration: ![react-viewranger 06_12_2021 10_47_30 (2)](https://user-images.githubusercontent.com/2743481/144833154-3466853b-61b7-416c-b4a1-39d3c6f161dc.png) By default,...

base version

`com.intellij.diagnostic.PluginException: ID 'me.mbolotov.cypress.run.ShowCypressScreenshotAction' is already taken by action 'Show Cypress Screenshot (Open Cypress screenshot for an executed test)' (class com.intellij.openapi.actionSystem.impl.ChameleonAction) (Plugin: Cypress Support Pro). Action 'Show Cypress Screenshot (Open Cypress...

base version

Cypress does support component tests (currently in beta) To run a component test, one has to add the `--component` flag to the `cypress run` command. However, it seems like the...

has bundle with fix
base version

When I run Cypress inside of PHPStorm to run all tests inside of a directory, I get: ``` /usr/bin/env: ‘node’: No such file or directory ``` Node is definitely present,...

Idea v.2022.1.2 Cypress Support Pro plugin v.3.2.2 This issue was reported previously as https://github.com/mbolotov/intellij-cypress/issues/77 and https://github.com/mbolotov/intellij-cypress/issues/84 I face with such exception time-to-time. Don't know exact steps to reproduce. Here is...

The error seems to be triggered whenever PhpStorm is launched. ``` com.intellij.diagnostic.PluginException: ID 'me.mbolotov.cypress.run.ShowCypressScreenshotAction' is already taken by action 'Show Cypress Screenshot (Open Cypress screenshot for an executed test)' (class...

I created a new open-ct configuration for component tests and it fails like this: ``` /usr/local/bin/yarn node yarn:configurations/package.json:cypress/bin/cypress open-ct -b electron --config testFiles=**/src/**/* /Users/francis/d/IdeaProjects/product/.pnp.cjs:45547 throw firstError; ^ Error: Qualified path...

Scenario: Run the whole feature file Given I have a feature file with several scenarios And some are failing When I run the feature file (by presssing the run icon)...