Socket
Socket
Sign inDemoInstall

ember-cli-browser-navigation-button-test-helper

Package Overview
Dependencies
2
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ember-cli-browser-navigation-button-test-helper

Test helper to simulate browsers back and forward button in acceptance tests.


Version published
Weekly downloads
18K
increased by6.12%
Maintainers
1
Install size
39.2 MB
Created
Weekly downloads
 

Changelog

Source

v0.3.0 (2022-02-26)

:boom: Breaking Change
  • #74 chore(deps): update dependency ember-auto-import to v2 (@renovate[bot])
  • #70 drop support for Ember < 3.20 (@jelhan)
  • #69 drop support for node 8 and 10 (@jelhan)
:rocket: Enhancement
:house: Internal
  • #68 use Prettier for JavaScript and upgrade blueprints to Ember 3.28 (@jelhan)
  • #67 run Ember 3.28 scenario in CI (@jelhan)
  • #42 upgrade Ember CLI to 3.12 (@jelhan)
  • #39 setup release-it to partly automate releases (@jelhan)
  • #34 run CI using GitHub Actions (@jelhan)
Committers: 2

Readme

Source

ember-cli-browser-navigation-button-test-helper

Build Status

Test helper to simulate browsers back and forward buttons in acceptance tests.

Compatibility

  • Ember.js v3.20 or above
  • Ember CLI v3.20 or above
  • Node.js v12 or above

Installation

ember install ember-cli-browser-navigation-button-test-helper

Usage

This addon exportes three test helpers: setupBrowserNavigationButtons(), backButton() and forwardButton() from ember-cli-browser-navigation-button-test-helper/test-support. setupBrowserNavigationButtons should be called at the very beginning of every acceptance test which should use the later ones. It registers a service to manage history. The other two simulates clicks on browsers back and forward buttons.

There is an usage example in this acceptance test.

Known limitations

Support for old-style acceptance tests (before RFC #232 and #268) was dropped in v0.1.0. You could use v0.0.5 if you need to support them, but this one does not support Ember 3.x.

Contributing

See the Contributing guide for details.

License

This project is licensed under the MIT License.

Keywords

FAQs

Last updated on 26 Feb 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc