azad-derakhshani-GS
azad-derakhshani-GS
> @azad-derakhshani-GS , Can you run specific test method straight from the spec file using the "green" arrow button in webstorm? Dunno, but why would I need to? I've always...
Awesome, thank you!
Sounds good to me! Just some minor suggestions: - change `default: number of CPU cores / 2` to `default: number of logical CPU cores / 2` - [config workers doc](https://playwright.dev/docs/api/class-testconfig#test-config-workers)...
+1 from me as well, I would like to assign values to enum variables depending on the environment via the ternary operator.
Upvoting this as well. Use cases: - being able to see the whole page clearly while working on tests locally - allowing multiple people with different screens to work on...
> @azad-derakhshani-GS This looks backwards to me: maximize would make pages behave differently, while fixed viewport guarantees consistent behavior. What do I miss? A well-designed page behaves consistently across different...