Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update support for IntelliJ platform #5500

Merged
merged 3 commits into from
Sep 29, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 5 additions & 8 deletions docs/guides/tooling/IDE-integration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,11 @@ with Cypress.

### IntelliJ Platform

Compatible with IntelliJ IDEA, AppCode, CLion, GoLand, PhpStorm, PyCharm, Rider,
RubyMine, and WebStorm.

- [Cypress Support](https://plugins.jetbrains.com/plugin/13819-intellij-cypress):
Integrates Cypress under the common Intellij test framework.
- [Cypress Support Pro](https://plugins.jetbrains.com/plugin/13987-cypress-pro):
An improved version of Cypress Support plugin with debugging from the IDE,
advanced autocomplete, built-in recorder and other features.
- [JetBrains Aqua](https://www.jetbrains.com/aqua/): An IDE for UI Test Automation with comprehensive Cypress support. Features include autocompletion, in-IDE debugging, test search, and more.

- [Test Automation plugin](https://plugins.jetbrains.com/plugin/20175-test-automation): The official plugin, developed and maintained by JetBrains, offering robust support for Cypress and compatible with IntelliJ IDEA, CLion, GoLand, PhpStorm, PyCharm, Rider, RubyMine, and WebStorm. It encompasses all the features found in JetBrains Aqua.

- [Cypress Support](https://plugins.jetbrains.com/plugin/13819-intellij-cypress): Integrates Cypress under the common Intellij test framework.

## Intelligent Code Completion

Expand Down