This commit is contained in:
Max Schmitt 2024-11-18 18:23:29 +01:00 коммит произвёл GitHub
Родитель acd862c6c9
Коммит 150092438f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 8 добавлений и 1 удалений

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

@ -88,7 +88,7 @@ export class RecorderApp extends EventEmitter implements IRecorderApp {
});
const mainFrame = this._page.mainFrame();
await mainFrame.goto(serverSideCallMetadata(), 'https://playwright/index.html');
await mainFrame.goto(serverSideCallMetadata(), process.env.PW_HMR ? 'http://localhost:44225' : 'https://playwright/index.html');
}
static factory(context: BrowserContext): IRecorderAppFactory {

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

@ -342,6 +342,13 @@ if (watchMode) {
cwd: path.join(__dirname, '..', '..', 'packages', 'html-reporter'),
concurrent: true,
});
steps.push({
command: 'npx',
args: ['vite', '--port', '44225'],
shell: true,
cwd: path.join(__dirname, '..', '..', 'packages', 'recorder'),
concurrent: true,
});
}
// Generate injected.