Skip to content

Commit

Permalink
chore: refactor "test recordings" to "test results" (#15376)
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Kucera <14625260+Bkucera@users.noreply.github.com>
  • Loading branch information
amirrustam and kuceb authored Mar 15, 2021
1 parent c0d063c commit b880e8c
Show file tree
Hide file tree
Showing 5 changed files with 289 additions and 289 deletions.
2 changes: 1 addition & 1 deletion packages/desktop-gui/src/runs/runs-list.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ class RunsList extends Component {
return (
<div className='empty empty-log-in'>
<DashboardBanner/>
<h4>Log in to see test recordings here!</h4>
<h4>Log in to see test results here!</h4>
<h5>After logging in, you will see recorded runs here and on the <a href='#' onClick={this._openDashboard}>Cypress Dashboard</a>.</h5>
<LoginForm utm='Runs Tab' />
</div>
Expand Down
Loading

2 comments on commit b880e8c

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on b880e8c Mar 15, 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/6.7.0/circle-develop-b880e8c89051403b94133dc2f98fc6403f9ffe71/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on b880e8c Mar 15, 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/6.7.0/circle-develop-b880e8c89051403b94133dc2f98fc6403f9ffe71/cypress.tgz

Please sign in to comment.