
Cypress自动化测试工具
testingstar
testing
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Cypress Commands – UI Interaction Commands
注明本文转载于:https://www.toolsqa.com/cypress/cypress-commands-ui-interaction-commands/ Cypress Commands – UI Interaction Commands EachUI automation toolprovides someAPIs or methodsto interact with th...转载 2020-05-02 05:07:00 · 688 阅读 · 0 评论 -
Handle Non-Cypress Async Promises
注明本文转载于:https://www.toolsqa.com/cypress/handle-non-cypress-async-promises/ Handle Non-Cypress Async Promises In the previous article, we learned about howCypress internally handles theasynchronous...转载 2020-05-02 05:07:27 · 373 阅读 · 0 评论 -
Cypress Asynchronous Nature
注明本文转载于:https://www.toolsqa.com/cypress/cypress-asynchronous-nature/ Cypress Asynchronous Nature Asynchronous programmingis a means ofparallelprogrammingwhereby, a unit of work runs separately f...转载 2020-05-02 05:06:35 · 420 阅读 · 0 评论 -
Cypress Locators
注明本文转载于:https://www.toolsqa.com/cypress/cypress-locators/ Cypress Locators People who have worked onSeleniumwill be well versed in the concepts oflocators.Locators are the backbone for all autom...转载 2020-05-01 00:50:14 · 320 阅读 · 0 评论 -
Cypress Test Runner
注明本文转载于:https://www.toolsqa.com/cypress/cypress-test-runner/ Cypress Test Runner For each testautomation framework, test runners are one of the essential parts. The reason being, they provide the e...转载 2020-05-01 00:32:59 · 527 阅读 · 0 评论 -
Cypress Test
注明本文转载于:https://www.toolsqa.com/cypress/cypress-test/ Cypress Test The basis of theCypress TestisMochaandChai(one of the famous assertion libraries inJavaScript), and it adheres to the same s...转载 2020-05-01 00:18:32 · 774 阅读 · 0 评论 -
Install Cypress
https://www.toolsqa.com/cypress/install-cypress/ Install Cypress In the previous article, we understood the basics of Cypress and how it has created its unique place in the emerging software industr...转载 2020-05-01 00:06:03 · 868 阅读 · 0 评论 -
What is Cypress: Introduction and Architecture
注明本文转载于:https://www.toolsqa.com/cypress/what-is-cypress/ What is Cypress: Introduction and Architecture Web testingis one of the critical parts of modern software delivery practices, and due to the...转载 2020-04-30 23:46:27 · 529 阅读 · 0 评论 -
Cypress Tutorial – Basics
Cypress Tutorial Cypress Tutorial Cypress Basics Cypressis a free and open source automation tool, MIT-licensed and written inJavaScript. As of this writing, it has over 19.3K Stars on Github and ...转载 2020-04-30 23:26:00 · 379 阅读 · 0 评论