Skip to content

Commit

Permalink
feature/IVYPORTAL-17377-Create-pipeline-to-run-Lighthouse-report
Browse files Browse the repository at this point in the history
  • Loading branch information
nhthinh-axonivy committed Dec 27, 2024
1 parent 7af1085 commit a2b1b1a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import fs from "fs";
import path from "path";
import puppeteer from "puppeteer";
import lighthouse from "lighthouse";
import { fileURLToPath } from "url";
Expand Down Expand Up @@ -36,7 +35,6 @@ const __dirname = dirname(__filename);
await page.setViewport({ width: 1920, height: 1080 });

// Login process
const user = users[0];
await page.goto("http://localhost:8080/Portal", {
waitUntil: "networkidle0",
});
Expand Down

0 comments on commit a2b1b1a

Please sign in to comment.