Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Jul 12, 2024
1 parent 07ce262 commit c9f3ab7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# BDD Markdown [![npm version](https://img.shields.io/npm/v/@nordicsemiconductor/bdd-markdown.svg)](https://www.npmjs.com/package/@nordicsemiconductor/bdd-markdown)

[![Test and Release](https://github.com/NordicSemiconductor/bdd-markdown-js/actions/workflows/test-and-release.yaml/badge.svg)](https://github.com/NordicSemiconductor/bdd-markdown-js/actions/workflows/test-and-release.yaml)
[![Test and Release](https://github.com/bifravst/bdd-markdown/actions/workflows/test-and-release.yaml/badge.svg)](https://github.com/bifravst/bdd-markdown/actions/workflows/test-and-release.yaml)
[![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)
[![@commitlint/config-conventional](https://img.shields.io/badge/%40commitlint-config--conventional-brightgreen)](https://github.com/conventional-changelog/commitlint/tree/master/@commitlint/config-conventional)
Expand All @@ -12,7 +12,7 @@ Write BDD tests in Markdown.
## Idea

Writing BDD tests should be more comfortable
[than this](https://github.com/NordicSemiconductor/cloud-e2e-bdd-test-runner-example-js/blob/ca4f6e8c517c13f1c88abfdb6426c8ed6fe730e7/features/Webhook.feature),
[than this](https://github.com/bifravst/cloud-e2e-bdd-test-runner-example-js/blob/ca4f6e8c517c13f1c88abfdb6426c8ed6fe730e7/features/Webhook.feature),
so why not use Markdown? It can look
[like this](./parser/test-data/feature/Example.feature.md).

Expand All @@ -27,7 +27,7 @@ so why not use Markdown? It can look
Work on the original BDD e2e feature runner began in 2018, and the project has
been proved very useful for testing cloud-native solutions. Read more about the
original idea
[here](https://github.com/NordicSemiconductor/cloud-e2e-bdd-test-runner-js#motivation).
[here](https://github.com/bifravst/cloud-e2e-bdd-test-runner-js#motivation).
However, the implementation had some shortcomings. Especially understanding test
results and the way state and retries were handled was not optimal. In addition
was the old codebase itself not sufficiently covered with tests. Therefore this
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@nordicsemiconductor/bdd-markdown",
"name": "@bifravst/bdd-markdown",
"version": "0.0.0-development",
"description": "Write BDD tests in Markdown.",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/NordicSemiconductor/bdd-markdown-js.git"
"url": "git+https://github.com/bifravst/bdd-markdown.git"
},
"bugs": {
"url": "https://github.com/NordicSemiconductor/bdd-markdown-js/issues"
"url": "https://github.com/bifravst/bdd-markdown/issues"
},
"homepage": "https://github.com/NordicSemiconductor/bdd-markdown-js#readme",
"homepage": "https://github.com/bifravst/bdd-markdown#readme",
"keywords": [
"nrf-asset-tracker",
"bdd"
Expand Down
2 changes: 1 addition & 1 deletion reporter/test-data/firmware.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[
{
"root": "/",
"dir": "/home/m/nrf-asset-tracker/bdd-markdown-js/examples/firmware",
"dir": "/home/m/nrf-asset-tracker/bdd-markdown/examples/firmware",
"base": "RunFirmware.feature.md",
"ext": ".md",
"name": "RunFirmware.feature"
Expand Down
2 changes: 1 addition & 1 deletion reporter/test-data/mars-rover.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[
{
"root": "/",
"dir": "/home/m/nrf-asset-tracker/bdd-markdown-js/examples/mars-rover",
"dir": "/home/m/nrf-asset-tracker/bdd-markdown/examples/mars-rover",
"base": "MarsRover.feature.md",
"ext": ".md",
"name": "MarsRover.feature"
Expand Down

0 comments on commit c9f3ab7

Please sign in to comment.