Gathering detailed insights and metrics for @ember/test-helpers
Gathering detailed insights and metrics for @ember/test-helpers
Gathering detailed insights and metrics for @ember/test-helpers
Gathering detailed insights and metrics for @ember/test-helpers
ember-test-helpers
Helpers for testing Ember.js applications
@types/ember-test-helpers
TypeScript definitions for ember-test-helpers
ember-cli-blueprint-test-helpers
Blueprint test helpers for ember-cli. Mocks ember-cli for generate and destroy commands.
@types/ember__test-helpers
Stub TypeScript definitions entry for @ember/test-helpers, which provides its own types definitions
Test-framework-agnostic helpers for testing Ember.js applications
npm install @ember/test-helpers
Typescript
Module System
Node Version
NPM Version
v5.2.2-@ember/test-helpers
Updated on May 10, 2025
v5.2.1-@ember/test-helpers
Updated on Apr 01, 2025
Release 2.9.6
Updated on Mar 28, 2025
Release 2.9.5
Updated on Mar 27, 2025
v5.2.0-@ember/test-helpers
Updated on Mar 26, 2025
v4.0.5-@ember/test-helpers
Updated on Jan 30, 2025
JavaScript (60.78%)
TypeScript (38.8%)
HTML (0.38%)
CSS (0.03%)
Handlebars (0.01%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
Apache-2.0 License
187 Stars
2,755 Commits
261 Forks
18 Watchers
35 Branches
113 Contributors
Updated on May 10, 2025
Latest Version
5.2.2
Package Id
@ember/test-helpers@5.2.2
Unpacked Size
522.12 kB
Size
134.95 kB
File Count
225
NPM Version
10.8.2
Node Version
18.20.8
Published on
May 10, 2025
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
6
27
A test-framework-agnostic set of helpers for testing Ember.js applications
1pnpm add --dev @ember/test-helpers
1npm install --save-dev @ember/test-helpers
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.
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.
git clone https://github.com/emberjs/ember-test-helpers.git
cd ember-test-helpers
pnpm install
cd test-app
pnpm test
ember serve
+ visit /tests
in the browserember test
ember test --server
ember serve
For more information on using ember-cli, visit https://ember-cli.com/.
Much of ember-test-helpers
was extracted from the original ember-qunit
,
which was written by Stefan Penner, Robert Jackson, and Ryan Florence.
Copyright 2015 Switchfly and contributors.
Dual-licensed under the Apache License, Version 2.0 and the MIT License.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
packaging workflow detected
Details
Reason
Found 5/6 approved changesets -- score normalized to 8
Reason
6 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
security policy file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
19 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More