Skip to content

Commit

Permalink
Upgrade Studio Changes for workspace support
Browse files Browse the repository at this point in the history
  • Loading branch information
mantoni committed Dec 22, 2023
1 parent dd10f38 commit 597b9a3
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 14 deletions.
2 changes: 2 additions & 0 deletions cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@mochify/cli",
"version": "0.1.2",
"description": "Run mocha tests in headless browsers from the command line",
"homepage": "https://github.com/mantoni/mochify.js",
"bin": {
"mochify": "index.js"
},
Expand All @@ -10,6 +11,7 @@
"test": "echo \"No unit tests yet\"",
"test:integration": "mocha --timeout 10000 -R spec '**/*.integration.js'",
"preversion": "npm run test && npm run test:integration",
"version": "changes --commits --footer --workspace",
"postversion": "npm publish"
},
"keywords": [
Expand Down
2 changes: 2 additions & 0 deletions driver-jsdom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@
"name": "@mochify/driver-jsdom",
"version": "0.1.1",
"description": "JSDom driver for Mochify",
"homepage": "https://github.com/mantoni/mochify.js",
"main": "index.js",
"scripts": {
"test": "echo \"No unit tests yet\"",
"test:integration": "echo \"No integration tests yet\"",
"preversion": "npm test && npm run test:integration",
"version": "changes --commits --footer --workspace",
"postversion": "npm publish"
},
"keywords": [
Expand Down
2 changes: 2 additions & 0 deletions driver-playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@
"name": "@mochify/driver-playwright",
"version": "0.1.2",
"description": "Playwright driver for Mochify",
"homepage": "https://github.com/mantoni/mochify.js",
"main": "index.js",
"scripts": {
"test": "echo \"No unit tests yet\"",
"test:integration": "echo \"No integration tests yet\"",
"preversion": "npm test && npm run test:integration",
"version": "changes --commits --footer --workspace",
"postversion": "npm publish"
},
"keywords": [
Expand Down
2 changes: 2 additions & 0 deletions driver-puppeteer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@
"name": "@mochify/driver-puppeteer",
"version": "0.2.2",
"description": "Puppeteer driver for Mochify",
"homepage": "https://github.com/mantoni/mochify.js",
"main": "index.js",
"scripts": {
"test": "echo \"No unit tests yet\"",
"test:integration": "echo \"No integration tests yet\"",
"preversion": "npm test && npm run test:integration",
"version": "changes --commits --footer --workspace",
"postversion": "npm publish"
},
"keywords": [
Expand Down
2 changes: 2 additions & 0 deletions driver-webdriver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@
"name": "@mochify/driver-webdriver",
"version": "0.1.2",
"description": "WebDriver driver for Mochify",
"homepage": "https://github.com/mantoni/mochify.js",
"main": "index.js",
"scripts": {
"test": "echo \"No unit tests yet\"",
"test:integration": "echo \"No integration tests yet\"",
"preversion": "npm test && npm run test:integration",
"version": "changes --commits --footer --workspace",
"postversion": "npm publish"
},
"keywords": [
Expand Down
2 changes: 2 additions & 0 deletions mochify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@
"name": "@mochify/mochify",
"version": "0.2.2",
"description": "Run mocha tests in headless browsers",
"homepage": "https://github.com/mantoni/mochify.js",
"main": "index.js",
"scripts": {
"test": "mocha '**/*.test.js'",
"test:integration": "mocha --timeout 10000 -R spec '**/*.integration.js'",
"watch": "npm test -- --watch",
"preversion": "npm test && npm run test:integration",
"version": "changes --commits --footer --workspace",
"postversion": "npm publish"
},
"keywords": [
Expand Down
35 changes: 22 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
],
"devDependencies": {
"@sinonjs/referee-sinon": "^11.0.0",
"@studio/changes": "^2.2.0",
"@studio/changes": "^3.0.0",
"@studio/eslint-config": "^2.2.0",
"eslint": "^7.32.0",
"eslint-plugin-mocha": "^9.0.0",
Expand Down

0 comments on commit 597b9a3

Please sign in to comment.