From 0eaa8cd4684ba25313ed5395cf8921060a891e4f Mon Sep 17 00:00:00 2001 From: Oscar Date: Wed, 27 Sep 2023 15:06:40 +0200 Subject: [PATCH 1/2] Updated support for IntelliJ platform. --- docs/guides/tooling/IDE-integration.mdx | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/docs/guides/tooling/IDE-integration.mdx b/docs/guides/tooling/IDE-integration.mdx index b2eac82891..dcd64926be 100644 --- a/docs/guides/tooling/IDE-integration.mdx +++ b/docs/guides/tooling/IDE-integration.mdx @@ -66,14 +66,16 @@ with Cypress. ### IntelliJ Platform -Compatible with IntelliJ IDEA, AppCode, CLion, GoLand, PhpStorm, PyCharm, Rider, -RubyMine, and WebStorm. +- [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. -- [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. +Integrates Cypress under the common Intellij test framework. ## Intelligent Code Completion From 3265c781072ba6d34618145ccfa42d7dc15d8e9f Mon Sep 17 00:00:00 2001 From: Oscar Date: Wed, 27 Sep 2023 15:11:42 +0200 Subject: [PATCH 2/2] Updated support for IntelliJ platform. Minor text changes. --- docs/guides/tooling/IDE-integration.mdx | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/docs/guides/tooling/IDE-integration.mdx b/docs/guides/tooling/IDE-integration.mdx index dcd64926be..d7ea642ee2 100644 --- a/docs/guides/tooling/IDE-integration.mdx +++ b/docs/guides/tooling/IDE-integration.mdx @@ -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