import pkg from './config.od.js'; const { COOKIE_CLOUD_HOST, COOKIE_CLOUD_UUID, COOKIE_CLOUD_PASSWORD } = pkg; import { test, expect } from '@playwright/test'; import fetch from 'cross-fetch'; import CryptoJS from 'crypto-js'; // rest of the code remains the same...