ci: cleanup up test app directories (#25145)

* ci: cleanup up test app directories

* ci: use electron prefix for a testing apps so that the can be cleaned up

* Revert "ci: cleanup up test app directories"

This reverts commit a47daba812.

* fixup test due to app name change
This commit is contained in:
John Kleinschmidt 2020-08-31 14:07:12 -04:00 коммит произвёл GitHub
Родитель 9803e4d526
Коммит 7c10f86c6e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
15 изменённых файлов: 15 добавлений и 15 удалений

Просмотреть файл

@ -245,7 +245,7 @@ ifdescribe(!isLinuxOnArm && !process.mas && !process.env.DISABLE_CRASH_REPORTER_
const crash = await waitForCrash();
expect(crash.prod).to.equal('Electron');
expect(crash._productName).to.equal('remote-control');
expect(crash._productName).to.equal('electron-test-remote-control');
expect(crash.process_type).to.equal('renderer');
expect(crash['electron.v8-fatal.location']).to.equal('v8::Context::New()');
expect(crash['electron.v8-fatal.message']).to.equal('Circular extension dependency');

Просмотреть файл

@ -1,4 +1,4 @@
{
"name": "ipc-main-listeners",
"name": "electron-test-ipc-main-listeners",
"main": "main.js"
}

Просмотреть файл

@ -1,4 +1,4 @@
{
"name": "net-log",
"name": "electron-test-net-log",
"main": "main.js"
}

Просмотреть файл

@ -1,4 +1,4 @@
{
"name": "crash",
"name": "electron-test-crash",
"main": "main.js"
}

Просмотреть файл

@ -1,4 +1,4 @@
{
"name": "remote-control",
"name": "electron-test-remote-control",
"main": "main.js"
}

Просмотреть файл

@ -1,5 +1,5 @@
{
"name": "initial-app",
"name": "electron-test-initial-app",
"version": "1.0.0",
"main": "./index.js"
}

Просмотреть файл

@ -1,5 +1,5 @@
{
"name": "initial-app",
"name": "electron-test-initial-app",
"version": "1.0.0",
"main": "./index.js"
}

Просмотреть файл

@ -1,5 +1,5 @@
{
"name": "initial-app",
"name": "electron-test-initial-app",
"version": "1.0.0",
"main": "./index.js"
}

2
spec/fixtures/api/app-path/package.json поставляемый
Просмотреть файл

@ -1,4 +1,4 @@
{
"name": "app-path",
"name": "electron-test-app-path",
"main": "lib/index.js"
}

2
spec/fixtures/api/command-line/package.json поставляемый
Просмотреть файл

@ -1,4 +1,4 @@
{
"name": "command-line",
"name": "electron-test-command-line",
"main": "main.js"
}

2
spec/fixtures/api/default-menu/package.json поставляемый
Просмотреть файл

@ -1,4 +1,4 @@
{
"name": "default-menu",
"name": "electron-test-default-menu",
"main": "main.js"
}

2
spec/fixtures/api/locale-check/package.json поставляемый
Просмотреть файл

@ -1,5 +1,5 @@
{
"name": "locale-check",
"name": "electron-test-locale-check",
"main": "main.js"
}

Просмотреть файл

@ -1,4 +1,4 @@
{
"name": "site-instance-overrides",
"name": "electron-test-site-instance-overrides",
"main": "main.js"
}

Просмотреть файл

@ -1,4 +1,4 @@
{
"name": "window-all-closed",
"name": "electron-test-window-all-closed",
"main": "main.js"
}

Просмотреть файл

@ -1,4 +1,4 @@
{
"name": "snapshot-items-available",
"name": "electron-test-snapshot-items-available",
"main": "main.js"
}