Skip to content

Commit

Permalink
Update link to go to direct docs link instead of GitHub (#6326)
Browse files Browse the repository at this point in the history
Co-authored-by: Zach Bloomquist <github@chary.us>
  • Loading branch information
jennifer-shehane and flotwig authored Feb 6, 2020
1 parent 47444ab commit fe61b7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/reporter/src/lib/forced-gc-warning.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,10 @@ class ForcedGcWarning extends React.Component<Props> {
Running GC is an expensive operation that can take up to a few seconds to complete. During this time Firefox may "freeze" and become unresponsive to user input.
</p>
<p>
To improve performance, you can try setting <a onClick={this._handleLink} href='https://on.cypress.io/firefox-gc-issue'><code>firefoxGcInterval</code></a> to a higher value, which will result in running GC less frequently.
To improve performance, you can try setting <a onClick={this._handleLink} href='https://on.cypress.io/firefox-gc-interval'><code>firefoxGcInterval</code></a> to a higher value, which will result in running GC less frequently.
</p>
<p>
Read <a onClick={this._handleLink} href='https://on.cypress.io/firefox-gc-issue'>issue #6187</a> for more details.
<a onClick={this._handleLink} href='https://on.cypress.io/firefox-gc-interval'>Learn more about <code>firefoxGcInterval</code></a>.
</p>
</div>
</div>
Expand Down

1 comment on commit fe61b7b

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on fe61b7b Feb 6, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux x64 version of the Test Runner.

You can install this pre-release platform-specific build using instructions at https://on.cypress.io/installing-cypress#Install-pre-release-version.

You will need to use custom CYPRESS_INSTALL_BINARY url and install Cypress using an url instead of the version.

export CYPRESS_INSTALL_BINARY=https://cdn.cypress.io/beta/binary/3.8.4/linux-x64/circle-issue-1096-firefox-support-fe61b7b249597da629538cc7839ef3cf6b101a21-246751/cypress.zip
npm install https://cdn.cypress.io/beta/npm/3.8.4/circle-issue-1096-firefox-support-fe61b7b249597da629538cc7839ef3cf6b101a21-246737/cypress.tgz

Please sign in to comment.