Skip to content

Add note about how recording runs to Dashboard does not work during direct install #1978

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

Merged
merged 1 commit into from
Aug 8, 2019
Merged
Show file tree
Hide file tree
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
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