feat: run playwright e2e tests (#4511)

Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
Rui Chen
2024-05-07 00:07:16 -04:00
committed by GitHub
parent 7b0c03edd7
commit 31a9b78057
5 changed files with 6799 additions and 3305 deletions

View File

@@ -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"
}
}