We have command npx playwright test tests/my-test.spec.js
But how to set data for this test by console?
For example i need to set variables for URL (google.com) and CountOfBlocks (12)
We have command npx playwright test tests/my-test.spec.js
But how to set data for this test by console?
For example i need to set variables for URL (google.com) and CountOfBlocks (12)