Skip to content

Commit

Permalink
Updated support for IntelliJ platform. Minor text changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarmarcelo88 committed Sep 27, 2023
1 parent 0eaa8cd commit 3265c78
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions docs/guides/tooling/IDE-integration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,11 @@ with Cypress.

### IntelliJ Platform

- [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.
- [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.
- [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.
- [Cypress Support](https://plugins.jetbrains.com/plugin/13819-intellij-cypress): Integrates Cypress under the common Intellij test framework.

## Intelligent Code Completion

Expand Down

0 comments on commit 3265c78

Please sign in to comment.