This commit is contained in:
Igor Lobanov 2023-11-04 16:54:50 +01:00
parent 03a0556015
commit cd6db7d93d

View File

@ -1,4 +1,4 @@
import { chromium } from 'playwright'
const { chromium } = require('playwright')
const checkUrl = async (page, targetUrl, pageName) => {
const response = await page.goto(targetUrl)