All Projects → emberjs → Ember Test Helpers

emberjs / Ember Test Helpers

Licence: other
Test-framework-agnostic helpers for testing Ember.js applications

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Ember Test Helpers

Go Appimage
Go implementation of AppImage tools. Still experimental
Stars: ✭ 156 (-1.89%)
Mutual labels:  hacktoberfest
Ajari Koding
📚 Kumpulan berbagai sumber daya untuk belajar koding dari hasil karya para kreator lokal yang terpercaya dan telah dikurasi oleh komunitas PHPID
Stars: ✭ 156 (-1.89%)
Mutual labels:  hacktoberfest
Coveragechecker
Allows old code to use new standards
Stars: ✭ 159 (+0%)
Mutual labels:  hacktoberfest
Creative Computing Society.github.io
This is the Hacktoberfest first contribution website of CCS
Stars: ✭ 158 (-0.63%)
Mutual labels:  hacktoberfest
Relm
Idiomatic, GTK+-based, GUI library, inspired by Elm, written in Rust
Stars: ✭ 2,063 (+1197.48%)
Mutual labels:  hacktoberfest
Uint128
uint128 for Go
Stars: ✭ 156 (-1.89%)
Mutual labels:  hacktoberfest
Resources
Resources on various topics being worked on at IvLabs
Stars: ✭ 158 (-0.63%)
Mutual labels:  hacktoberfest
Api
HTTP API for Pelias Geocoder
Stars: ✭ 158 (-0.63%)
Mutual labels:  hacktoberfest
Camunda Bpm Platform
Flexible framework for workflow and decision automation with BPMN and DMN. Integration with Spring, Spring Boot, CDI.
Stars: ✭ 2,390 (+1403.14%)
Mutual labels:  hacktoberfest
Rocketchat api
Python API wrapper for Rocket.Chat
Stars: ✭ 159 (+0%)
Mutual labels:  hacktoberfest
Sampleapis
This repository is a playground for API's. These are just a collection of items that you can utilize for learning purposes.
Stars: ✭ 157 (-1.26%)
Mutual labels:  hacktoberfest
Fselect
Find files with SQL-like queries
Stars: ✭ 3,103 (+1851.57%)
Mutual labels:  hacktoberfest
Docs
Various Yii 3.0 related documentation
Stars: ✭ 159 (+0%)
Mutual labels:  hacktoberfest
Jsx Pragmatic
Build JSX structures, then decide at runtime which pragma you want to use to render them.
Stars: ✭ 157 (-1.26%)
Mutual labels:  hacktoberfest
Bdgt
Big finance tools in a small package
Stars: ✭ 159 (+0%)
Mutual labels:  hacktoberfest
Photos
📸 Your memories under your control
Stars: ✭ 157 (-1.26%)
Mutual labels:  hacktoberfest
Notas De Aula
Reunião de anotações sobre conteúdos aprendidos por mim.
Stars: ✭ 159 (+0%)
Mutual labels:  hacktoberfest
Project
Odoo Project Management and Services Company Addons
Stars: ✭ 159 (+0%)
Mutual labels:  hacktoberfest
Tool Bar
Package providing customisable toolbar for Atom
Stars: ✭ 159 (+0%)
Mutual labels:  hacktoberfest
Kotlin Openapi Spring Functional Template
🍃 Kotlin Spring 5 Webflux functional application with api request validation and interactive api doc
Stars: ✭ 159 (+0%)
Mutual labels:  hacktoberfest

@ember/test-helpers

A test-framework-agnostic set of helpers for testing Ember.js applications

Compatibility

  • Ember 3.8 or above
  • Ember CLI 3.8 or above
  • Node.js 10 or above

Installation

For ember-qunit v5 and above

yarn

yarn add --dev @ember/test-helpers

npm

npm install --save-dev @ember/test-helpers

For ember-qunit v4 and below

If you are writing a regular Ember app or addon there is not much for you to do as ember-qunit (and ember-mocha) already include this package as a dependency. You only need to make sure that you are using a recent enough version of either one of these packages.

If you are working on ember-qunit or ember-mocha themselves you can install this package like any other regular Ember addon.

Usage

This package exports several helper functions that can be used to improve the testing experience when developing Ember.js apps or addons.

These helper functions include DOM interaction helpers (click(), fillIn(), ...), routing and rendering helpers (visit(), render(), ...) and some other things that make it easy to write good tests.

The full documentation can be found in the API reference.

Contributing

Installation

  • git clone <repository-url>
  • cd ember-test-helpers
  • yarn install

Running tests

  • yarn test (Runs ember try:each to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Running the dummy application

For more information on using ember-cli, visit https://ember-cli.com/.

Attribution

Much of ember-test-helpers was extracted from the original ember-qunit, which was written by Stefan Penner, Robert Jackson, and Ryan Florence.

Copyright and License

Copyright 2015 Switchfly and contributors.

Dual-licensed under the Apache License, Version 2.0 and the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].