Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
flotwig committed Sep 8, 2022
1 parent 156ae42 commit 95aa0b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/driver/cypress/e2e/cypress/proxy-logging.cy.ts
Expand Up @@ -321,7 +321,8 @@ describe('Proxy Logging', () => {
})
})

it('works with forceNetworkError', () => {
// TODO(webkit): fix forceNetworkError and unskip
it('works with forceNetworkError', { browser: '!webkit' }, () => {
const logs: any[] = []

cy.on('log:added', (log) => {
Expand Down
1 change: 1 addition & 0 deletions packages/server/test/unit/util/trash_spec.js
Expand Up @@ -32,6 +32,7 @@ const expectDirectoriesExist = function (basePath) {

describe('lib/util/trash', () => {
beforeEach(() => {
sinon.stub(process, 'cwd').returns(os.tmpdir())
mockFs({})
})

Expand Down

5 comments on commit 95aa0b4

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 95aa0b4 Sep 8, 2022

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/10.8.0/linux-x64/webkit-experimental-95aa0b43c916fc18544eafde6db2d67668d7d760/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 95aa0b4 Sep 8, 2022

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 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/10.8.0/linux-arm64/webkit-experimental-95aa0b43c916fc18544eafde6db2d67668d7d760/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 95aa0b4 Sep 8, 2022

Choose a reason for hiding this comment

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

Circle 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/10.8.0/win32-x64/webkit-experimental-95aa0b43c916fc18544eafde6db2d67668d7d760/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 95aa0b4 Sep 8, 2022

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/10.8.0/darwin-x64/webkit-experimental-95aa0b43c916fc18544eafde6db2d67668d7d760/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 95aa0b4 Sep 8, 2022

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 arm64 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/10.8.0/darwin-arm64/webkit-experimental-95aa0b43c916fc18544eafde6db2d67668d7d760/cypress.tgz

Please sign in to comment.