ember-page-object-asserts:QUnit断言https

时间:2024-06-01 10:58:36
【文件属性】:

文件名称:ember-page-object-asserts:QUnit断言https

文件大小:196KB

文件格式:ZIP

更新时间:2024-06-01 10:58:36

assertions qunit page-object JavaScript

余烬页面对象断言 为添加QUnit断言,以使测试错误更加用户友好,并使代码更短。 为什么? 用户友好的消息和更简单的语法: const page = create ( { link : { scope : 'a' , href : attribute ( 'href' ) , isHighlighted : hasClass ( 'highlighted' ) , } , } ) ; assert . po ( page . element ) . text . is ( "test" ) ; //message 'page.element: text is "text"' assert . po ( page . link ) . href . is ( 'google.com' ) ; //message 'page.link: href is "


【文件预览】:
ember-page-object-asserts-master
----.gitignore(376B)
----.codeclimate.yml(216B)
----app()
--------.gitkeep(0B)
----package.json(2KB)
----package-lock.json(799KB)
----LICENSE.md(1KB)
----.watchmanconfig(37B)
----.travis.yml(1KB)
----CONTRIBUTING.md(656B)
----index.js(71B)
----tsconfig.json(1KB)
----addon()
--------qunit-po.ts(387B)
--------helpers()
--------assertions()
--------page-object-assert.ts(2KB)
--------index.ts(99B)
----types()
--------dummy()
----testem.js(581B)
----.github()
--------dependabot.yml(826B)
----.eslintrc.js(1KB)
----README.md(3KB)
----vendor()
--------.gitkeep(0B)
--------dummy-module.js(70B)
----tests()
--------dummy()
--------integration()
--------unit()
--------index.html(1KB)
--------test-helper.js(301B)
----config()
--------ember-try.js(2KB)
--------environment.js(90B)
----.eslintignore(240B)
----.ember-cli(280B)
----ember-cli-build.js(494B)
----.npmignore(404B)
----.editorconfig(368B)
----.template-lintrc.js(62B)

网友评论