microsoft / playwright-testing-service

MIT License
70 stars 10 forks source link

I want to know the host specifications. #67

Closed gatsukichi closed 7 months ago

gatsukichi commented 8 months ago

My tests use some memory and cpu/gpu resources of the host where the browser is displayed.

Therefore, it is necessary to know the specifications of the host on which the test actually runs.

I couldn't find it anywhere in azure playwright testing.

What are the specifications?

AB#1910145

vvs11 commented 8 months ago

Hi @gatsukichi , Thanks for writing to us.

Currently, each browser is hosted on a container instance that has 2 cores of CPU and 5 GB of memory. These specifications might be adjusted in the future based on requirements.

Feel free to reach out if you have more questions.