forked from opentiny/tiny-vue
test(e2e): [alert] only test pc template (#1887)
* test(e2e): [alert] test alert e2e * test(e2e): only test pc template * test(e2e): only test pc template
This commit is contained in:
parent
9676ab2a6f
commit
589e3ef846
|
@ -10,7 +10,7 @@ const baseURL = `${origin}/tiny-vue/zh-CN/os-theme/components/`
|
|||
const devServerCommon = 'pnpm run -w site'
|
||||
|
||||
export default Config({
|
||||
testDir: '../sites/demos',
|
||||
testDir: '../sites/demos/pc',
|
||||
baseURL,
|
||||
storageState: {
|
||||
origins: [
|
||||
|
|
Loading…
Reference in New Issue