mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-29 00:38:24 +00:00
feat: run playwright e2e tests (#4511)
Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"license": "Apache-2.0",
|
||||
"devDependencies": {
|
||||
"@playwright/test": "^1.44.0",
|
||||
"@vuepress/bundler-webpack": "2.0.0-rc.9",
|
||||
"@vuepress/plugin-docsearch": "2.0.0-rc.27",
|
||||
"@vuepress/plugin-google-analytics": "2.0.0-rc.21",
|
||||
@@ -8,11 +9,12 @@
|
||||
"@vuepress/theme-default": "2.0.0-rc.24",
|
||||
"@vuepress/utils": "2.0.0-rc.9",
|
||||
"sass-loader": "14.1.1",
|
||||
"vuepress": "2.0.0-rc.9",
|
||||
"vue": "3.4.21"
|
||||
"vue": "3.4.21",
|
||||
"vuepress": "2.0.0-rc.9"
|
||||
},
|
||||
"scripts": {
|
||||
"website:dev": "vuepress dev runatlantis.io",
|
||||
"website:build": "NODE_OPTIONS=--openssl-legacy-provider vuepress build runatlantis.io"
|
||||
"website:build": "NODE_OPTIONS=--openssl-legacy-provider vuepress build runatlantis.io",
|
||||
"e2e": "playwright test"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user