Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a8494a1

Browse files
feat: Cypress update to 13.7.0
1 parent 4f6270d commit a8494a1

File tree

3 files changed

+53
-7
lines changed

3 files changed

+53
-7
lines changed

‎pnpm-lock.yaml

Lines changed: 52 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎template/config/cypress-ct/src/components/__tests__/HelloWorld.cy.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,10 @@ import HelloWorld from '../HelloWorld.vue'
22

33
describe('HelloWorld', () => {
44
it('playground', () => {
5-
// TODO: https://github.com/cypress-io/cypress/pull/28818
6-
// @ts-ignore
75
cy.mount(HelloWorld, { propsData: { msg: 'Hello Cypress' } })
86
})
97

108
it('renders properly', () => {
11-
// TODO: https://github.com/cypress-io/cypress/pull/28818
12-
// @ts-ignore
139
cy.mount(HelloWorld, { propsData: { msg: 'Hello Cypress' } })
1410
cy.get('h1').should('contain', 'Hello Cypress')
1511
})

‎template/config/cypress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"test:e2e:ci": "start-server-and-test preview http://localhost:4173 'cypress run --e2e'"
55
},
66
"devDependencies": {
7-
"cypress": "^13.6.1",
7+
"cypress": "^13.7.0",
88
"start-server-and-test": "^2.0.3"
99
}
1010
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /