Read Excel data in Playwright
Read Excel data in Playwright import {expect, Page, Browser, test} from ‘@playwright/test’; import { readFile, utils, read as _read } from ‘xlsx’; const xlsx = require(‘xlsx’); //const path=”C:\\Users\\Anand.Gummadilli\\Documents\\Anand_Details\\PlaywrightDemo\\PlaywrightDemo-1\\tests2\\Anvesh.xlsx”; const path=”C:\\Users\\anand\\OneDrive\\Documents\\PlaywrightDemo\\PlaywrightDemo\\tests2\\Anvesh.xlsx”; Read more »
