chore: update release notes for 1.26

This commit is contained in:
Andrey Lushnikov 2022-09-19 14:14:29 -04:00
parent d25cc5cd8a
commit ed6298793b

View file

@ -6,16 +6,6 @@ toc_max_heading_level: 2
## Version 1.26 ## Version 1.26
### (Experimental) Docker integration
Playwright Test now ships an **experimental** Docker integration. The Docker container provides a consistent environment, eliminating browser rendering differences across platforms.
With this integration, only **browser binaries** are running inside a Docker container, while all the code is still running on the host operating system.
<img width="450px" src="https://user-images.githubusercontent.com/746130/189774482-fd65d4ce-7b45-46c8-8761-36b76dba4671.png">
Read more in [our documentation](./docker#experimental-playwright-test-docker-integration).
### Assertions ### Assertions
- New option `enabled` for [`method: LocatorAssertions.toBeEnabled`]. - New option `enabled` for [`method: LocatorAssertions.toBeEnabled`].