ephemeral

🌈 Browser extension that adds pull request's test environment link to the Bitbucket pull request page for quick access

Stars
3
Committers
2

ephemeral

Ephemeral is a browser extension for Bitbucket. It adds the pull request's test environment link to the Bitbucket pull request page for quick access. Available for Firefox and Chrome.

Target Audience

Ephemeral is not ready for the general use case. It's only usable if the following conditions are met.

  • The source code should be hosted on the Bitbucket repositories.
  • The pull request must have a testing (preview) environment.
  • The pull request's testing environment URL should be identifiable by the branch name.
  • You must use Bitbucket's new pull request UI - How to enable the new pull request interface?

Install

Setup

Ephemeral is configurable through the options page.

Option        Default Value      Description
Label 🌎 Link text. Only 8 characters are allowed.
URL - Testing environment URL. To denote branch name in the URL, use empty square brackets []. In the runtime, it will get replaced by the branch name. E.g. https://[].domain.com => https://your-branch-name.domain.com

Extension in Action

Credits

  • The build script is inspired by the React dev-tools-extensions build script
  • Logo

license

MIT © Sureshraj