참고소스 수정본

This commit is contained in:
LASTA_DEV01\lasta
2026-05-12 19:40:31 +09:00
parent 0f34a451fc
commit 2e9204243d
8708 changed files with 3259488 additions and 869 deletions

View File

@@ -0,0 +1 @@
/node_modules/

View File

@@ -0,0 +1,3 @@
This directory holds a stable test runner:
- It is possible to test broken test runner with a stable working one.
- Dependencies between ToT and stable test runner do not clash.

View File

@@ -0,0 +1,17 @@
/**
* Copyright (c) Microsoft Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
export * from './node_modules/@playwright/test';

View File

@@ -0,0 +1,17 @@
/**
* Copyright (c) Microsoft Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
module.exports = require('./node_modules/@playwright/test');

View File

@@ -0,0 +1,71 @@
{
"name": "stable-test-runner",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"@playwright/test": "^1.60.0-beta-1778518825000"
}
},
"node_modules/@playwright/test": {
"version": "1.60.0-beta-1778518825000",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.60.0-beta-1778518825000.tgz",
"integrity": "sha512-MpCYnanAeJYD95hZtlYm0bBHxX5QY1LqKaDdf9EzOMqFvdV41sPokcTQL07UE3TCoEx2rSftKOuD5m/FaQcQkA==",
"license": "Apache-2.0",
"dependencies": {
"playwright": "1.60.0-beta-1778518825000"
},
"bin": {
"playwright": "cli.js"
},
"engines": {
"node": ">=18"
}
},
"node_modules/fsevents": {
"version": "2.3.2",
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
"integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
"hasInstallScript": true,
"license": "MIT",
"optional": true,
"os": [
"darwin"
],
"engines": {
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
}
},
"node_modules/playwright": {
"version": "1.60.0-beta-1778518825000",
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.60.0-beta-1778518825000.tgz",
"integrity": "sha512-wKyEeqeNjxYfPk+LQt1/rWgPe0XhUw+ymnHa9w8ruW2N1pnzhPD9ioTQeFLld05dZ+mLqu69ZumiymAq9dl03Q==",
"license": "Apache-2.0",
"dependencies": {
"playwright-core": "1.60.0-beta-1778518825000"
},
"bin": {
"playwright": "cli.js"
},
"engines": {
"node": ">=18"
},
"optionalDependencies": {
"fsevents": "2.3.2"
}
},
"node_modules/playwright-core": {
"version": "1.60.0-beta-1778518825000",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.60.0-beta-1778518825000.tgz",
"integrity": "sha512-X/PCxX6TTHCB0T0HEkuW5QI0w8J8dIdfwPOWSO2MbWDcILPMsXdWup37/yBG/KtS1i4SwrzPJw/Jl07+b2Y2/Q==",
"license": "Apache-2.0",
"bin": {
"playwright-core": "cli.js"
},
"engines": {
"node": ">=18"
}
}
}
}

View File

@@ -0,0 +1,6 @@
{
"private": true,
"dependencies": {
"@playwright/test": "^1.60.0-beta-1778518825000"
}
}