Skip to content

Commit

Permalink
chore: fix utm params for run instructions (#17873)
Browse files Browse the repository at this point in the history
  • Loading branch information
panzarino authored Aug 27, 2021
1 parent 175ae3e commit fa4b9d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/desktop-gui/src/runs/runs-list-empty.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class RunsListEmpty extends Component {
url: 'https://on.cypress.io/what-is-a-project-id',
params: {
utm_medium,
utm_campaign: 'Run Guide',
utm_campaign: 'ProjectId',
},
})
}
Expand All @@ -47,7 +47,7 @@ class RunsListEmpty extends Component {
url: 'https://on.cypress.io/ci',
params: {
utm_medium,
utm_campaign: 'Run Guide',
utm_campaign: 'CI',
},
})
}
Expand All @@ -58,7 +58,7 @@ class RunsListEmpty extends Component {
url: 'https://on.cypress.io/recording-project-runs',
params: {
utm_medium,
utm_campaign: 'Run Guide',
utm_campaign: 'Runs Guide',
},
})
}
Expand Down

4 comments on commit fa4b9d7

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on fa4b9d7 Aug 27, 2021

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.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/8.3.2/circle-develop-fa4b9d7a72b7b9a7f51807b9db94cd554f4aa98f/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on fa4b9d7 Aug 27, 2021

Choose a reason for hiding this comment

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

AppVeyor has built the win32 ia32 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/8.3.2/appveyor-develop-fa4b9d7a72b7b9a7f51807b9db94cd554f4aa98f/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on fa4b9d7 Aug 27, 2021

Choose a reason for hiding this comment

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

AppVeyor has built the win32 x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/8.3.2/appveyor-develop-fa4b9d7a72b7b9a7f51807b9db94cd554f4aa98f/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on fa4b9d7 Aug 27, 2021

Choose a reason for hiding this comment

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

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

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/8.3.2/circle-develop-fa4b9d7a72b7b9a7f51807b9db94cd554f4aa98f/cypress.tgz

Please sign in to comment.