@mpqa
Nothing here yet.
Nothing here yet.
No blogs yet.
Ivan, I'm your fan - I really like how you present material so clearly and simply. But regarding this article, I didn鈥檛 understand what a fixture is and what the purpose of creating the files page-object-fixture.ts and test-options.ts is. Is this some kind of variation of what Artem Bondar calls a page object manager in his course?
Ivan Davidov BTW, Exploring this topic I found a slightly different approach for setting playwright config: import as dotenv from 'dotenv' import as path from 'path' const ENV = process.env.ENVIRONMENT || 'dev' const envPath = path.resolve(__dirname, ./env/.env.${ENV} ) dotenv.config({ path: envPath })