aliyun-aliplayer 2.32.0-beta.0 → 2.33.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aliyun-aliplayer",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.33.0",
|
|
4
4
|
"description": "阿里云 Web 播放器",
|
|
5
5
|
"main": "./build/aliplayer-min",
|
|
6
6
|
"style": "./build/skins/default/aliplayer-min.css",
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"test:unit": "karma start",
|
|
26
26
|
"test:unit:watch": "karma start --no-single-run",
|
|
27
27
|
"test:e2e:install": "npx playwright install",
|
|
28
|
-
"test:e2e:test-all": "npx playwright test",
|
|
29
|
-
"ci:e2e-test": "npm run ci:e2e-test-install && npm run ci:e2e-test-run",
|
|
28
|
+
"test:e2e:test-all": "cp -r build/* e2e/pages/build && npx playwright test ; rm -rf e2e/pages/build/*",
|
|
29
|
+
"ci:e2e-test": "tnpm install && tnpm run build && cp -r ./build ./e2e/pages/build/ && npm run ci:e2e-test-install && npm run ci:e2e-test-run",
|
|
30
30
|
"ci:e2e-test-install": "PLAYWRIGHT_DOWNLOAD_HOST=https://anpm.alibaba-inc.com/mirrors/playwright playwright install chrome",
|
|
31
31
|
"ci:e2e-test-run": "playwright test --project 'Google Chrome'",
|
|
32
32
|
"ci:e2e-test-show": "playwright show-report .ci/e2e"
|