提交 1fe9adeb 编写于 作者: fxy060608's avatar fxy060608

chore(ssr): tests

上级 e25f879b
......@@ -59,7 +59,7 @@ jobs:
install: false
start: npm run dev:ssr
working-directory: ./packages/playground/ssr
wait-on: 'http://localhost:3000'
wait-on: 'http://localhost:5173'
wait-on-timeout: 480
browser: chrome
env:
......
......@@ -8,6 +8,6 @@ module.exports = defineConfig({
setupNodeEvents(on, config) {
return require('./cypress/plugins/index.js')(on, config)
},
baseUrl: 'http://localhost:3000',
baseUrl: 'http://localhost:5173',
},
})
......@@ -2,7 +2,7 @@
context('Waiting', () => {
beforeEach(() => {
cy.visit('http://localhost:3000')
cy.visit('http://localhost:5173')
})
it('ssr-view', () => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册