Javascript – What is the equivalent of Cypress.env() in playwright
May I know what is the equivalent of the cypress.env() in playwright. We have below line of code in yml file in Cypress CYPRESS_test_suite: 'Smoke tests' Then in 1 of our spec file we have this line of code const…