Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
936c98a023 | ||
|
|
c661a12287 | ||
|
|
1cd6660774 |
5
docs/releases/1.12.3.md
Normal file
5
docs/releases/1.12.3.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
# 1.12.3
|
||||||
|
|
||||||
|
## 内部优化
|
||||||
|
|
||||||
|
- 清理项目根目录无用文件,移除已弃用的 Playwright 配置和调试脚本。
|
||||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "erpauto",
|
"name": "erpauto",
|
||||||
"version": "1.12.2",
|
"version": "1.12.3",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "erpauto",
|
"name": "erpauto",
|
||||||
"version": "1.12.2",
|
"version": "1.12.3",
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@aws-sdk/client-s3": "^3.929.0",
|
"@aws-sdk/client-s3": "^3.929.0",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "erpauto",
|
"name": "erpauto",
|
||||||
"version": "1.12.2",
|
"version": "1.12.3",
|
||||||
"description": "An Electron application with React and TypeScript",
|
"description": "An Electron application with React and TypeScript",
|
||||||
"main": "./out/main/index.js",
|
"main": "./out/main/index.js",
|
||||||
"author": "example.com",
|
"author": "example.com",
|
||||||
|
|||||||
@@ -1,23 +0,0 @@
|
|||||||
import { defineConfig } from '@playwright/test'
|
|
||||||
|
|
||||||
export default defineConfig({
|
|
||||||
testDir: './tests/e2e',
|
|
||||||
timeout: 120000,
|
|
||||||
fullyParallel: false,
|
|
||||||
forbidOnly: !!process.env.CI,
|
|
||||||
retries: process.env.CI ? 2 : 0,
|
|
||||||
workers: 1,
|
|
||||||
reporter: 'html',
|
|
||||||
use: {
|
|
||||||
trace: 'on-first-retry',
|
|
||||||
screenshot: 'only-on-failure'
|
|
||||||
},
|
|
||||||
|
|
||||||
// Test configuration for Electron
|
|
||||||
projects: [
|
|
||||||
{
|
|
||||||
name: 'electron',
|
|
||||||
testMatch: '**/*.test.ts'
|
|
||||||
}
|
|
||||||
]
|
|
||||||
})
|
|
||||||
Reference in New Issue
Block a user