ember-cli-page-object
This ember-cli addon eases the construction of page objects on your acceptance and integration tests
File Explorer
Download Latest Version (.zip)- ci.yml
- settings.json
- __name__.js
- index.js
- __name__.js
- index.js
- __name__.js
- index.js
- environment.js
- page-object-component-test.js
- page-object-helper-test.js
- page-object-test.js
- action.js
- better-errors.js
- chainable.js
- deprecate.js
- dsl.js
- element.js
- finders.js
- helpers.js
- jquery.js
- meta.js
- run.js
- index.js
- rfc268.js
- find-element-with-assert.js
- find-element.js
- find-many.js
- find-one.js
- index.js
- alias.js
- getter.js
- index.js
- as.js
- attribute.js
- blurrable.js
- click-on-text.js
- clickable.js
- collection.js
- contains.js
- count.js
- fillable.js
- focusable.js
- has-class.js
- is-hidden.js
- is-present.js
- is-visible.js
- not-has-class.js
- property.js
- text.js
- triggerable.js
- value.js
- visitable.js
- adapter.js
- create.js
- index.js
- .eslintignore
- .eslintrc.js
- .prettierignore
- .prettierrc.js
- addon-main.js
- babel.config.json
- package.json
- rollup.config.js
- types.d.ts
- components.md
- extend.md
- index.md
- installation.md
- migrating.md
- options.md
- quickstart.md
- index.js
- package.json
- .gitkeep
- calculating-device.hbs
- calculating-device.js
- clickable-component.hbs
- html-render.hbs
- html-render.js
- input-elements.hbs
- login-form.hbs
- login-form.js
- user-list.hbs
- environment.d.ts
- .gitkeep
- calculator.js
- html-render.js
- .gitkeep
- .gitkeep
- .gitkeep
- async-calculator.js
- dynamic.js
- app.css
- application.hbs
- async-calculator.hbs
- calculator.hbs
- html-render.hbs
- inputs.hbs
- app.js
- index.html
- router.js
- coverage.js
- ember-cli-update.json
- ember-try.js
- environment.js
- optional-features.json
- targets.js
- robots.txt
- collection-test.ts
- composition-test.ts
- rfc268-actions-test.ts
- rfc268-default-properties-test.ts
- rfc268-extension-helpers-test.ts
- rfc268-test.ts
- .gitkeep
- index.ts
- with-iterator-symbol-defined.ts
- actions-test.ts
- comma-separated-selector-test.ts
- default-properties-test.ts
- string-properties-test.ts
- test-helper.ts
- alias-test.ts
- attribute-test.ts
- blurrable-test.ts
- click-on-text-test.ts
- clickable-test.ts
- collection-test.ts
- contains-test.ts
- count-test.ts
- create-test.ts
- dsl-test.ts
- fillable-test.ts
- focusable-test.ts
- getter-test.ts
- has-class-test.ts
- is-hidden-test.ts
- is-present-test.ts
- is-visible-test.ts
- native-getter-test.ts
- not-has-class-test.ts
- property-test.ts
- text-test.ts
- triggerable-test.ts
- value-test.ts
- visitable-test.ts
- action-test.js
- better-errors-test.js
- composition-test.ts
- deprecate-test.js
- full-scope-test.js
- helpers.ts
- rfc268-test.ts
- find-element-test.ts
- find-element-with-assert-test.ts
- find-many-test.ts
- find-one-test.ts
- .gitkeep
- index.html
- test-helper.js
- index.d.ts
- require.d.ts
- global.d.ts
- .gitkeep
- .editorconfig
- .ember-cli
- .eslintignore
- .eslintrc.js
- .gitignore
- .npmignore
- .prettierignore
- .prettierrc.js
- .template-lintrc.js
- .watchmanconfig
- ember-cli-build.js
- package.json
- testem.js
- tsconfig.json
- .codeclimate.yml
- .editorconfig
- .gitignore
- .npmrc
- AUTHORS
- CHANGELOG.md
- CONTRIBUTING.md
- LICENSE.md
- package.json
- pnpm-lock.yaml
- pnpm-workspace.yaml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/san650/ember-cli-page-object
Downloads the entire project code from GitHub to your computer.
cd ember-cli-page-object
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
$ npm install --save-dev ember-cli-page-object
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
