Cypress 简明教程

Cypress Tutorial

Cypress 是开源且免费的测试自动化工具。它可用于前端和应用程序编程接口 (API) 测试自动化。本教程将为你提供关于 Cypress 及其功能的全面概念。

Cypress is the open-source and free test automation tool. It can be used for front end and application programming interface (API) test automation. This tutorial shall provide you with thorough concepts on Cypress and its features.

Audience

本教程旨在为希望提升其对类似于 Cypress 等强大自动化测试工具的技能的软件测试专业人士提供帮助。本教程包含对所有重要主题的实用示例。

This tutorial is designed for the professionals working in software testing who want to hone their skills on a robust automation testing tool like Cypress. The tutorial contains practical examples on all important topics.

Prerequisites

在继续本教程之前,你应当对 JavaScript 和面向对象编程概念有一定了解。除此之外,还要对测试基础知识有深入了解,才能继续本教程。

Before proceeding with the tutorial, you should have a fair knowledge on JavaScript and object oriented programming concepts. Besides this, a good understanding of basics in testing is important to proceed with this tutorial.