egghead-angularjs-protractor-screenshots:使用egghead.io 上的屏幕截图视频进行更好的量角器测试的代码

时间:2024-08-03 08:29:45
【文件属性】:

文件名称:egghead-angularjs-protractor-screenshots:使用egghead.io 上的屏幕截图视频进行更好的量角器测试的代码

文件大小:625KB

文件格式:ZIP

更新时间:2024-08-03 08:29:45

JavaScript

egghead-angularjs-protractor-screenshots 使用egghead.io 上的屏幕截图视频进行更好的量角器测试的代码 var IndexPage = require ( './IndexPage' ) , capture = require ( '../screenshot' ) ; describe ( 'hello-protractor' , function ( ) { var page = new IndexPage ( ) ; beforeEach ( function ( ) { page . get ( ) ; } ) ; afterEach ( function ( ) { capture . takeScreenshot ( jasmine . getEnv ( ) . currentSpe


【文件预览】:
egghead-angularjs-protractor-screenshots-master
----.gitignore(587B)
----package.json(750B)
----src()
--------app.js(170B)
--------images()
----LICENSE(1KB)
----screenshots()
--------should_display_the_correct_title.png(18KB)
--------should_display_the_message_when_button_clicked.png(20KB)
----README.md(1KB)
----vendor()
--------bootstrap()
--------angular()
----index.html(725B)
----test()
--------e2e()
--------protractor.conf.js(170B)

网友评论