Migrate Terminal api tests to playwright

This commit is contained in:
Daniel Imms
2023-09-02 08:18:02 -07:00
parent c099cb2a3d
commit 1624854bd7
5 changed files with 1069 additions and 1071 deletions
+2 -3
View File
@@ -3,10 +3,9 @@
* @license MIT
*/
import { test } from '@playwright/test';
import { deepStrictEqual, ok, strictEqual } from 'assert';
import type { IDisposable } from 'xterm';
import { createTestContext, ITestContext, openTerminal, pollFor } from './TestUtils';
import { deepStrictEqual, ok } from 'assert';
import { IRenderDimensions } from 'browser/renderer/shared/Types';
import { ITestContext, createTestContext, openTerminal, pollFor } from './TestUtils';
let ctx: ITestContext;
test.beforeAll(async ({ browser }) => {