Skip to content

Commit

Permalink
add npm keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
baev committed Oct 15, 2024
1 parent 12071b6 commit d8eec55
Show file tree
Hide file tree
Showing 10 changed files with 89 additions and 14 deletions.
8 changes: 7 additions & 1 deletion packages/allure-codeceptjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,14 @@
"version": "3.0.5",
"description": "Allure codeceptjs integration",
"keywords": [
"allure",
"codeceptjs",
"allure"
"html",
"test",
"report",
"reporter",
"testing",
"testops"
],
"homepage": "https://allurereport.org/",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/allure-cucumberjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
"name": "allure-cucumberjs",
"version": "3.0.5",
"description": "Allure Cucumber.JS integration",
"keywords": [
"allure",
"cucumber",
"bdd",
"html",
"test",
"report",
"reporter",
"testing",
"testops"
],
"homepage": "https://allurereport.org/",
"repository": {
"type": "git",
Expand Down
9 changes: 7 additions & 2 deletions packages/allure-cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,14 @@
"version": "3.0.5",
"description": "Allure Cypress integration",
"keywords": [
"allure",
"cypress",
"typescript",
"allure"
"html",
"test",
"report",
"reporter",
"testing",
"testops"
],
"homepage": "https://github.com/allure-framework/allure-js#readme",
"bugs": {
Expand Down
10 changes: 10 additions & 0 deletions packages/allure-jasmine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
"name": "allure-jasmine",
"version": "3.0.5",
"description": "Allure Jasmine integration",
"keywords": [
"allure",
"jasmine",
"html",
"test",
"report",
"reporter",
"testing",
"testops"
],
"homepage": "https://allurereport.org/",
"repository": {
"type": "git",
Expand Down
10 changes: 8 additions & 2 deletions packages/allure-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,16 @@
"version": "3.0.5",
"description": "Allure Jest integration",
"keywords": [
"allure",
"jest",
"circus",
"typescript",
"allure"
"jasmine",
"html",
"test",
"report",
"reporter",
"testing",
"testops"
],
"homepage": "https://allurereport.org/",
"repository": {
Expand Down
18 changes: 18 additions & 0 deletions packages/allure-js-commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@
"name": "allure-js-commons",
"version": "3.0.5",
"description": "Allure JS Commons",
"keywords": [
"allure",
"playwright",
"cypress",
"mocha",
"vitest",
"jest",
"jasmine",
"newman",
"postman",
"codeceptjs",
"junit",
"test",
"report",
"reporter",
"testing",
"testops"
],
"homepage": "https://allurereport.org/",
"repository": {
"type": "git",
Expand Down
9 changes: 7 additions & 2 deletions packages/allure-mocha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,14 @@
"version": "3.0.5",
"description": "Allure Mocha integration",
"keywords": [
"allure",
"mocha",
"typescript",
"allure"
"html",
"test",
"report",
"reporter",
"testing",
"testops"
],
"homepage": "https://allurereport.org/",
"repository": {
Expand Down
8 changes: 7 additions & 1 deletion packages/allure-playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,14 @@
"version": "3.0.5",
"description": "Allure Playwright integration",
"keywords": [
"allure",
"playwright",
"allure"
"html",
"test",
"report",
"reporter",
"testing",
"testops"
],
"homepage": "https://allurereport.org/",
"repository": {
Expand Down
9 changes: 7 additions & 2 deletions packages/allure-vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,14 @@
"version": "3.0.5",
"description": "Allure Vitest integration",
"keywords": [
"allure",
"vitest",
"typescript",
"allure"
"html",
"test",
"report",
"reporter",
"testing",
"testops"
],
"homepage": "https://allurereport.org/",
"repository": {
Expand Down
11 changes: 7 additions & 4 deletions packages/newman-reporter-allure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,14 @@
"keywords": [
"allure",
"newman",
"reporter",
"reports",
"api",
"postman",
"tests"
"api",
"html",
"test",
"report",
"reporter",
"testing",
"testops"
],
"homepage": "https://allurereport.org/",
"repository": {
Expand Down

0 comments on commit d8eec55

Please sign in to comment.