Gathering detailed insights and metrics for ember-cli-raw-event-test-helpers
Gathering detailed insights and metrics for ember-cli-raw-event-test-helpers
Gathering detailed insights and metrics for ember-cli-raw-event-test-helpers
Gathering detailed insights and metrics for ember-cli-raw-event-test-helpers
Supplies a set of ember-cli acceptance test helpers for triggering low level events.
npm install ember-cli-raw-event-test-helpers
Typescript
Module System
Min. Node Version
Node Version
NPM Version
33.3
Supply Chain
62.6
Quality
63.5
Maintenance
25
Vulnerability
94.4
License
JavaScript (90.36%)
HTML (9.64%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
2 Stars
3 Commits
2 Forks
9 Watchers
1 Branches
7 Contributors
Updated on Jan 04, 2016
Latest Version
0.1.0
Package Id
ember-cli-raw-event-test-helpers@0.1.0
Size
5.60 kB
NPM Version
2.14.3
Node Version
0.12.7
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
1
18
This ember-cli addon supplies a set of acceptance test helpers for triggering low level events.
This particularly comes in handy when you want to test interactions that involve gestures, drag-drop, and the like.
TODO
ember generate ember-cli-raw-event-test-helpers
The generator makes changes to files assuming the structure of them has not changed much from the default version created during the initial Ember application creation. If too many changes have been made you will need to manually make the changes below instead:
npm install --save-dev ember-cli-raw-event-test-helpers
tests/helpers/start-app.js
:start-app.js
:
import registerAcceptanceTestHelpers from './yapplabs-raw-events/register-acceptance-test-helpers';
start-app.js
before App.injectTestHelpers
registerAcceptanceTestHelpers();
tests/.jshintrc
file to notify it of the new globals
that these helpers have added. Add the following lines to the
predef
array (after "currentRouteName"):"triggerTap",
"rawTap",
"rawPan",
Major portions of code came from runspired/ember-mobile-touch and 201-created/ember-cli-acceptance-test-helpers. Huge thanks to @runspired and @201-created.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
no SAST tool detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/3 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
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