/** * @license * Copyright 2019 Google Inc. * SPDX-License-Identifier: Apache-2.0
*/
import {spawn, execSync} from 'child_process'; import path from 'path';
import expect from 'expect';
import {getTestState, setupTestBrowserHooks} from './mocha-utils.js'; import {waitEvent} from './utils.js';
describe('Fixtures', function () {
setupTestBrowserHooks();
it('dumpio option should work with pipe option', async () => { const {defaultBrowserOptions, puppeteerPath, headless} =
await getTestState(); if (headless !== 'shell') { // This test only works in the old headless mode. return;
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.