- Популярные видео
- Авто
- Видео-блоги
- ДТП, аварии
- Для маленьких
- Еда, напитки
- Животные
- Закон и право
- Знаменитости
- Игры
- Искусство
- Комедии
- Красота, мода
- Кулинария, рецепты
- Люди
- Мото
- Музыка
- Мультфильмы
- Наука, технологии
- Новости
- Образование
- Политика
- Праздники
- Приколы
- Природа
- Происшествия
- Путешествия
- Развлечения
- Ржач
- Семья
- Сериалы
- Спорт
- Стиль жизни
- ТВ передачи
- Танцы
- Технологии
- Товары
- Ужасы
- Фильмы
- Шоу-бизнес
- Юмор
What is Playwright? | Playwright with Typescript & Jest - Part 1
What is Playwright?
The playwright is a Node.js library to automate Chromium, Firefox, and WebKit with a single API. Playwright is built to enable cross-browser web testing.
Playwright by Microsoft did start as a fork of Puppeteer
Puppeteer is a node library to automate the chromium browsers with the JavaScript API
--Capabilities:
* It spans multiple pages, domains, and iframes
* Intercept network activity for stubbing and mocking network requests
* Emulate mobile devices, geolocation, permissions
* Native input events for mouse and keyboard
* Upload & download support
Playwright enables fast, reliable, and capable automation across all modern browsers
-- Support for all browsers
* Test on Chromium, Firefox, and WebKit
* Test for mobile (device emulation)
* Headless and headful
-- Fast and reliable execution
* Auto-wait APIs (clicks, types, etc)
* Timeout-free automation
* Lean parallelization with browser contexts
* Wide variety of selectors (locators) & shadow-dom support
* Can handle single page application
-- Pre-requirements:
1. Node JS
2. VS Code Editor
Packages:
"devDependencies": {
"@types/jest": "^26.0.20",
"jest": "^26.6.3",
"jest-playwright-preset": "^1.4.5",
"playwright": "^1.8.0",
"typescript": "^4.1.3" ,
"ts-jest": "^26.5.0"},
Chapters:
00:00 Playwright
0:35 What is playwright?
2:00 Why playwright?
3:00 Playwright installation
#playwright #letcode
Видео What is Playwright? | Playwright with Typescript & Jest - Part 1 канала LetCode with Koushik
The playwright is a Node.js library to automate Chromium, Firefox, and WebKit with a single API. Playwright is built to enable cross-browser web testing.
Playwright by Microsoft did start as a fork of Puppeteer
Puppeteer is a node library to automate the chromium browsers with the JavaScript API
--Capabilities:
* It spans multiple pages, domains, and iframes
* Intercept network activity for stubbing and mocking network requests
* Emulate mobile devices, geolocation, permissions
* Native input events for mouse and keyboard
* Upload & download support
Playwright enables fast, reliable, and capable automation across all modern browsers
-- Support for all browsers
* Test on Chromium, Firefox, and WebKit
* Test for mobile (device emulation)
* Headless and headful
-- Fast and reliable execution
* Auto-wait APIs (clicks, types, etc)
* Timeout-free automation
* Lean parallelization with browser contexts
* Wide variety of selectors (locators) & shadow-dom support
* Can handle single page application
-- Pre-requirements:
1. Node JS
2. VS Code Editor
Packages:
"devDependencies": {
"@types/jest": "^26.0.20",
"jest": "^26.6.3",
"jest-playwright-preset": "^1.4.5",
"playwright": "^1.8.0",
"typescript": "^4.1.3" ,
"ts-jest": "^26.5.0"},
Chapters:
00:00 Playwright
0:35 What is playwright?
2:00 Why playwright?
3:00 Playwright installation
#playwright #letcode
Видео What is Playwright? | Playwright with Typescript & Jest - Part 1 канала LetCode with Koushik
playwright automation tutorial playwright automation youtube microsoft playwright automation tool playwright automation examples playwright browser automation playwright automation framework playwright test automation playwright typescritp playwright jest playwright jest example playwright typescript example playwright automation tool playwright testing playwright testing tool playwright testing framework playwright testing tutorial letcode playwright
Комментарии отсутствуют
Информация о видео
6 февраля 2021 г. 15:01:38
00:06:57
Другие видео канала


![Run Protractor Plugin & Run Test in an existing browser [Protractor Tutorial] | LetCode](https://i.ytimg.com/vi/QGZWiFCyA5s/default.jpg)


















