initial commit for notbooks pupeteer tests

This commit is contained in:
Srinath Narayanan
2020-11-11 04:53:04 -08:00
parent e2e58f73b1
commit 9f4fda13e7
12 changed files with 921 additions and 22 deletions

View File

@@ -1,6 +1,8 @@
import crypto from "crypto";
import { Frame } from "puppeteer";
let testExplorerFrame: Frame;
export async function login(connectionString: string): Promise<Frame> {
const prodUrl = "https://localhost:1234/hostedExplorer.html";
page.goto(prodUrl);