Mohamed Azghari
Results
1
issues of
Mohamed Azghari
Hello, I was testing greenframe-cli with the following testing script : ``` import { test, expect } from '@playwright/test'; test('has title', async ({ page }) => { await page.goto('https://playwright.dev/'); await...