好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

TestCafe

testcafe 介绍

DevExpress testcafe 是一款基于 Web 的测试框架,它能对 Web 页面 的 用户 界面和通过 html5、css 和 JavaScript 渲染的应用进行测试。?

特点

1. 支持 JavaScript,TypeScript

2.使用便捷性,入门便捷性,相差不大。

3.作为测试框架完备性。 testcafe 本身就是 一个 完整的测试框架了(提供了Cases的管理,运行,失败 自动 重跑, 错误 自动 截图,并发等)

4. testcafe debug模式,通过 代码 配置或运行时设置,可以控制执行过程中失败时进入调试模式

安装

testcafe 只需要全局安装这个库,并不需要安装lite chrome等等。还有一点就是它很具有前瞻性的 支持 了ts和众多es6,es7的特性。??

npm install -g testcafe

使用

import { Selector } from ' testcafe '; // f irs t import testcafe selectors

fixture `Getting Started`// declare the fixture

.page `https://devexpress.github.io/ testcafe /example`; // specify the start page

//then create a test and place your code there

test('My f irs t test',async t => {

await t

.typeText('#developer-name','John Smith')

.click('#submit-button')

// Use the assertion to check if the actual header text is equal to the expected one

.expect(Selector('#article-header').innerText).eql('Thank you,John Smith!');

});

网站地址 : https://devexpress.github.io/testcafe/

GitHub: https://github.com/DevExpress/testcafe

网站描述: Node.JS编写的Web端UI 自动 化测试框架

TestCafe官方网站

官方网站: https://devexpress.github.io/testcafe/

如果觉得 网站内容还不错,欢迎将 网站 推荐给程序员好友。

查看更多关于TestCafe的详细内容...

  阅读:33次

上一篇

下一篇

第1节:remote-browser    第2节:zanePerfor    第3节:Postwoman    第4节:whistle    第5节:bombayjs    第6节:RegExr    第7节:fast-check    第8节:debugGap    第9节:RAP    第10节:Appium    第11节:AnyProxy    第12节:TestCafe    第13节:easy-mock    第14节:Jsfuzz    第15节:Browsersync    第16节:appium-desktop    第17节:perflink    第18节:statusfy    第19节:Yslow    第20节:jest-puppeteer    第21节:WebPageTest    第22节:enzyme    第23节:PhantomCSS    第24节:mocker-api    第25节:matchMedia.js    第26节:Sitespeed.io    第27节:Hiper    第28节:karmatic    第29节:Bagel    第30节:Macaca    第31节:Gremlins.js    第32节:JSONPlaceholder    第33节:dom-testing-library    第34节:DejaVue    第35节:JSDebugger    第36节:Phantom.js    第37节:puppeteer    第38节:chaijs    第39节:Airtest    第40节:Expect.js    第41节:supertest    第42节:Redom    第43节:intern    第44节:Google PageSpeed Insights    第45节:Pingdom    第46节:Sentry    第47节:service-mocker    第48节:Ava    第49节:Standard    第50节:testdouble.js    第51节:Blanket.js    第52节:cypress    第53节:F2etest    第54节:weinre    第55节:majestic    第56节:javascript-testing-best-practices    第57节:mocha    第58节:browserhacks    第59节:web-starter-kit    第60节:EasyMock    第61节:vConsole    第62节:cavy    第63节:Fundebug    第64节:augury    第65节:FrontJS    第66节:Jest    第67节:Nightwatch.js    第68节:tamperchrome    第69节:nightmare    第70节:airtap    第71节:strider    第72节:qunit    第73节:eruda    第74节:wpt    第75节:Chii    第76节:log    第77节:Cucumber    第78节:TagUI    第79节:uirecorder    第80节:Sinon    第81节:Protractor    第82节:Firebug    第83节:Casper.js    第84节:should.js    第85节:node-tap    第86节:jasmine    第87节:rewire    第88节:Karma    第89节:Zelos    第90节:tape    第91节:vue-devtools    第92节:FAutoTest    第93节:Fiddler    第94节:unexpected.js    第95节:avoriaz    第96节:vuetron