Something went wrong. Try again.
This repository has no description
Something went wrong. Try again.
266 B · 5 lines
TypeScript
123456import path from "path";
// Where global-setup saves the post-server-setup browser state (localStorage// holds the custom-node URL, persisted by redux-persist) for the flows to reuse.export const STORAGE_STATE = path.join(__dirname, ".playwright", "state.json");