Skip to content

Commit

Permalink
Updated TODO to reference issue that will address it
Browse files Browse the repository at this point in the history
  • Loading branch information
warrensplayer committed Jan 31, 2023
1 parent 3431008 commit 3ecdd59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/app/src/debug/utils/DebugMapping.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ export const specsList = ({ specs, tests, localSpecs, currentTestingType, groups
const foundSpec = specs.find((spec) => spec.id === curr.specId)

if (!foundSpec) {
//TODO better handle error case
// TODO better handle error case by showing an error message rather than just throwing
// an error. Will be addressed in https://github.com/cypress-io/cypress/issues/25639
throw new Error(`Could not find spec for id ${ curr.specId}`)
}

Expand Down

1 comment on commit 3ecdd59

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 3ecdd59 Jan 31, 2023

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 arm64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/12.5.0/linux-arm64/feature/IATR-M0-3ecdd59f9311a9fd1fea65ed405affa815179367/cypress.tgz

Please sign in to comment.