Skip to content

Commit

Permalink
Add note about how recording runs to Dashboard does not work during d…
Browse files Browse the repository at this point in the history
…irect install (#1978)
  • Loading branch information
jennifer-shehane authored Aug 8, 2019
1 parent 75a8614 commit 6f5fba1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/guides/getting-started/installing-cypress.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ yarn add cypress --dev

If you're not using Node or `npm` in your project or you just want to try Cypress out quickly, you can always {% url "download Cypress directly from our CDN" https://download.cypress.io/desktop %}.

{% note warning %}
Recording runs to the Dashboard is not possible from the direct download. This download is only intended as a quick way to try out Cypress. To record tests to the Dashboard, you'll need to install Cypress as an `npm` dependency.
{% endnote %}

The direct download will always grab the latest available version. Your platform will be detected automatically.

Just manually unzip and double click. Cypress will run without needing to install any dependencies.
Expand Down
4 changes: 4 additions & 0 deletions source/zh-cn/guides/getting-started/installing-cypress.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ yarn add cypress --dev

如果你没有在项目中使用Node或`npm`,又或者你只是想快速使用Cypress, 你可以{% url "直接从我们的CDN下载" http://download.cypress.io/desktop %}。

{% note warning %}
Recording runs to the Dashboard is not possible from the direct download. This download is only intended as a quick way to try out Cypress. To record tests to the Dashboard, you'll need to install Cypress as an `npm` dependency.
{% endnote %}

它将自动识别你的平台,并直接下载最新的可用版本。

只需手动解压然后双击app。 Cypress就可以在不安装任何依赖的情况下运行.
Expand Down

0 comments on commit 6f5fba1

Please sign in to comment.