Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
feat: move to NordicSemiconductor organization
Browse files Browse the repository at this point in the history
BREAKING CHANGE: this renames the package

See bifravst/bifravst#56
  • Loading branch information
coderbyheart committed Feb 2, 2021
1 parent 5965736 commit b716e02
Show file tree
Hide file tree
Showing 11 changed files with 391 additions and 399 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@bifravst/eslint-config-typescript",
"extends": "@nordicsemiconductor/eslint-config-asset-tracker-cloud-typescript",
"rules": {
"require-atomic-updates": "off",
"@typescript-eslint/no-require-imports": "off",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.CI_NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

jobs:
tests:
Expand Down
8 changes: 4 additions & 4 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ pull_request_rules:
- name: Automatic merge security PRs when all status checks pass
conditions:
- author~=^(snyk-bot|dependabot\[bot\])$
- status-success=security/snyk (Bifravst)
- status-success=security/snyk (Asset Tracker Cloud)
- status-success=tests
actions:
merge:
method: rebase
rebase_fallback: squash
bot_account: bifravst-ci
bot_account: asset-tracker-cloud-ci
label:
add:
- mergify
- mergify
rebase:
bot_account: bifravst-ci
bot_account: asset-tracker-cloud-ci
2 changes: 1 addition & 1 deletion .prettierrc.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
...require('@bifravst/code-style/.prettierrc'),
...require('@nordicsemiconductor/asset-tracker-cloud-code-style/.prettierrc'),
}
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# End-to-end Behaviour Driven Design Test Runner [![npm version](https://img.shields.io/npm/v/@bifravst/e2e-bdd-test-runner.svg)](https://www.npmjs.com/package/@bifravst/e2e-bdd-test-runner)
# End-to-end Behaviour Driven Design Test Runner [![npm version](https://img.shields.io/npm/v/@nordicsemiconductor/e2e-bdd-test-runner.svg)](https://www.npmjs.com/package/@nordicsemiconductor/e2e-bdd-test-runner)

[![GitHub Actions](https://github.com/bifravst/e2e-bdd-test-runner/workflows/Test%20and%20Release/badge.svg)](https://github.com/bifravst/e2e-bdd-test-runner/actions)
[![Known Vulnerabilities](https://snyk.io/test/github/bifravst/e2e-bdd-test-runner/badge.svg?targetFile=package.json)](https://snyk.io/test/github/bifravst/e2e-bdd-test-runner?targetFile=package.json)
[![GitHub Actions](https://github.com/NordicSemiconductor/cloud-e2e-bdd-test-runner-js/workflows/Test%20and%20Release/badge.svg)](https://github.com/NordicSemiconductor/cloud-e2e-bdd-test-runner-js/actions)
[![Known Vulnerabilities](https://snyk.io/test/github/NordicSemiconductor/cloud-e2e-bdd-test-runner-js/badge.svg?targetFile=package.json)](https://snyk.io/test/github/NordicSemiconductor/cloud-e2e-bdd-test-runner-js?targetFile=package.json)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
[![Renovate](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](https://renovatebot.com)
[![Mergify Status](https://img.shields.io/endpoint.svg?url=https://dashboard.mergify.io/badges/bifravst/e2e-bdd-test-runner&style=flat)](https://mergify.io)
[![Mergify Status](https://img.shields.io/endpoint.svg?url=https://gh.mergify.io/badges/NordicSemiconductor/cloud-e2e-bdd-test-runner-js)](https://mergify.io)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier/)
[![ESLint: TypeScript](https://img.shields.io/badge/ESLint-TypeScript-blue.svg)](https://github.com/typescript-eslint/typescript-eslint)
Expand All @@ -16,11 +16,11 @@ Initially developed for use with [AWS](https://aws.amazon.com/) based solutions
but also supports testing against generic REST, GraphQL, and Websocket APIs.

Simple example usage:
[e2e-bdd-test-runner-example](https://github.com/bifravst/e2e-bdd-test-runner-example).
[e2e-bdd-test-runner-example](https://github.com/NordicSemiconductor/cloud-e2e-bdd-test-runner-js-example).

Other projects using this project for testing:

- [Bifravst AWS](https://github.com/bifravst/aws)
- [Bifravst AWS](https://github.com/NordicSemiconductor/aws)
- [Distribute Aid: Flexport Shipment Monitor](https://github.com/distributeaid/flexport-shipment-monitor)
- [Distribute Aid: Twilio Integration](https://github.com/distributeaid/twilio-integration)
- Use with Phoenix (Elixir):
Expand Down Expand Up @@ -52,7 +52,7 @@ public API of the project, they can be kept unchanged during refactoring.

This also provides an easily grokable description of the working and implemented
projects features in one folder
([example](https://github.com/bifravst/aws/tree/saga/features)).
([example](https://github.com/NordicSemiconductor/aws/tree/saga/features)).

Below is a talk in English explaining this approach in detail:

Expand All @@ -63,7 +63,7 @@ Below is a talk in English explaining this approach in detail:

## Installation

npm i --save-dev @bifravst/e2e-bdd-test-runner
npm i --save-dev @nordicsemiconductor/e2e-bdd-test-runner

## Special annotations

Expand Down
2 changes: 1 addition & 1 deletion adr/use-npm-package-registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ will keep it operational as a registry for public JavaScript packages, so as of
now packages can be moved back to NPM.

This supersedes
[Use GitHub package registry](https://github.com/bifravst/e2e-bdd-test-runner/blob/320da04ff3a9db05af4e793f2a34d018749024f0/adr/002-use-github-package-registry.md).
[Use GitHub package registry](https://github.com/NordicSemiconductor/cloud-e2e-bdd-test-runner-js/blob/320da04ff3a9db05af4e793f2a34d018749024f0/adr/002-use-github-package-registry.md).

0 comments on commit b716e02

Please sign in to comment.