pytest+Playwright-web自动化实践:01-介绍及安装

一、简介

Playwright是专门为适应端到端测试的需求而创建的。Playwright支持所有浏览器,包括chrome,WebKit和Firefox。在Windows, Linux和macOS上进行测试,本地或Cl,有头模式、无头模式运行。

二、安装插件

1、安装Playwrightweb

pip install pytest-playwright

2、安装浏览器驱动

自动安装火狐、谷歌、edge浏览器驱动

playwright install

pytest+Playwright-web自动化实践:01-介绍及安装_第1张图片

 

你可能感兴趣的:(自动化,运维)