Represent the screens of your web app as a series of objects. This ember-cli addon eases the construction of these objects for your acceptance and integration tests.
http://ember-cli-page-object.js.org/
An excerpt from the Selenium Wiki
Within your web app's UI there are areas that your tests interact with. A PageObject simply models these as objects within the test code. This reduces theamount of duplicated code and means that if the UI changes, the fix need onlybe applied in one place.
The pattern was first introduced by the Selenium
You can find more information about this design pattern here:
Let's work together to improve this addon!
You can find us on the official Ember Discord server, or open an issue on Github to request features, report bugs or just to ask any question.
$ ember install ember-cli-page-object
Or you can install the NPM package directly.
$ npm install --save-dev ember-cli-page-object
Check the site for full documentation.
The addon includes the following blueprints
page-object
Creates a new page objectpage-object-component
Creates a new component to be used in a page objectpage-object-helper
Creates a new helper to be used in a page objectYou can create a new page object called users
using the generate
command
$ ember generate page-object users
installing
create tests/pages/users.js
$ git clone https://github.com/san650/ember-cli-page-object.git
$ cd $_
$ yarn install # or npm install
npm run lint:hbs
npm run lint:js
npm run lint:js -- --fix
ember test
– Runs the test suite on the current Ember versionember test --server
– Runs the test suite in "watch mode"ember try:each
– Runs the test suite against multiple Ember versionsember-cli-page-object is licensed under the MIT license.
See LICENSE for the full license text.
引言 最近博客差点都被荒废了,最近在学习 Ember.js ,官方并没有给出中文文档,而且,这方面的中文文章、博客也不是特别多,加上前两天刚好去参加了 重庆前端交流会 ,受 月影 大大的启发,想要自己尝试一下技术文章的翻译,这里就试着翻译 Ember.js 的官方文档 了。 我可能会根据自己的语言习惯进行修改,但总体尽量保持忠于原文,因为技术、语言功底有限,难免有出错的地方,请大家不吝赐教。 Em
ember-page-title This addon provides a helper for changing the title of the page you're on. Installing via ember-cli ember install ember-page-title Compatibility Ember.js v3.16 or above Ember CLI v2.1
Ember CLI 是一个 Ember.js 命令行工具,提供了由 broccoli 提供的快速的资源管道和项目结构。 Ember CLI 基于 Ember App Kit Project 目前已经废弃。 Assets Compilation Ember CLI asset compilation is based on broccoli. Broccoli has support for: Ha
This repository is no longer maintained. As a replacement check out: https://github.com/sir-dunxalot/ember-tooltips Ember CLI Tooltipster An Ember CLI add-on that wraps Tooltipster into an ember compo
ember-cli-updater This ember-cli addon helps you update your ember-cli application or addon. The idea of this addon is to automate some parts of the upgrade process so it's simplified. Not every chang
Ember-cli-yadda This Ember CLI addon facilitates writing BDD tests in the Gherkin language and executing them against your Ember app. @mschinis (Micheal Schinis) Did a great talk at @emberlondon BDD a
Ember-cli-simditor Ember component wrapper for simditor. Changes 0.0.7 Different from previous version, you must wrap content in object. See issue 6 for why. Getting Started Installation In your ember