playwright 自动化测试工具

这一直是我想录制的一套视频,终于有时间录制了,我会以python语言为主,从基础介绍、元素定位、API 到框架的使用,全面的讲解playwright的使用。

课程大纲

  • playwright 介绍

  • playwright与其他工具对比

  • playwright基于node.js安装

  • playwright基于python安装

  • playwright与unittest使用

  • playwright与pytest使用

  • playwright 特色功能

    • Test Generator (测试生成器)
    • Inspector (检查器)
    • Trace Viewer(跟踪查看器)
  • playwright 常用API

  • playwright断言

  • palywright 之Page object models

  • playwright 实战