Skip to content

Commit

Permalink
Update npm/webpack-dev-server/cypress/e2e/next.cy.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Schile <[email protected]>
  • Loading branch information
AtofStryker and mschile authored May 29, 2024
1 parent 8ed6114 commit dfdf276
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions npm/webpack-dev-server/cypress/e2e/next.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ for (const project of WEBPACK_REACT) {
})
})
}

// Since next-14-tsconfig-tailwind does not use the fixture directory we need to write our own test suite
// We want to specifically test typescript files with next-14 as there have been known problems with
// module: bundler and cypress compatibility
Expand Down

2 comments on commit dfdf276

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on dfdf276 May 29, 2024

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 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/13.11.0/linux-x64/feat/support_next_14-dfdf276d5b41b1f765d0091941b1375962bdf6d4/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on dfdf276 May 29, 2024

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/13.11.0/linux-arm64/feat/support_next_14-dfdf276d5b41b1f765d0091941b1375962bdf6d4/cypress.tgz

Please sign in to comment.