Javascript – Why my env variable load 2 times, 1st time with proper values 2nd time with empty values
During Playwright api test i'am not able to read API_URL value for specified env in test. my global-setup: import * as dotenv from 'dotenv'; import fs from 'fs/promises'; import path from 'path'; interface User { username: string; password: string; cis:…