Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@bugbeater/import-tests

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bugbeater/import-tests - npm Package Compare versions

Comparing version
0.0.1-rc.1
to
0.0.1-rc.2
+8
-8
package.json
{
"name": "@bugbeater/import-tests",
"version": "0.0.1-rc.1",
"version": "0.0.1-rc.2",
"exports": "./lib/index.js",

@@ -28,6 +28,6 @@ "bin": {

"dependencies": {
"@babel/core": "^7.23.6",
"@babel/core": "^7.23.7",
"@babel/generator": "^7.23.6",
"@babel/parser": "^7.23.6",
"@babel/traverse": "^7.23.6",
"@babel/traverse": "^7.23.7",
"@babel/types": "^7.23.6",

@@ -55,5 +55,5 @@ "chalk": "4.1.2",

"@types/ora": "^3.2.0",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/eslint-plugin-tslint": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/eslint-plugin-tslint": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"concurrently": "^8.2.2",

@@ -64,4 +64,4 @@ "eslint": "^8.56.0",

"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^46.9.1",
"eslint-plugin-n": "^16.5.0",
"eslint-plugin-jsdoc": "^47.0.2",
"eslint-plugin-n": "^16.6.0",
"eslint-plugin-prefer-arrow": "^1.2.3",

@@ -68,0 +68,0 @@ "eslint-plugin-prettier": "^5.1.2",

@@ -9,16 +9,4 @@ # @bugbeater/import-tests

1. Install package with
1. Set the following environment variables (or use a `.env` file):
```bash
yarn add @bugbeater/import-tests
```
```bash
npm install @bugbeater/import-tests
```
or use npx
2. Set the following environment variables (or use a `.env` file):
- `BUGBEATER_API_KEY`: Your Bugbeater API key.

@@ -29,6 +17,6 @@ - `BUGBEATER_BASE_URL`: The base URL of Bugbeater main API.

3. Use one of the following methods to import/update tests:
2. Use one of the following methods to import/update tests:
```bash
npx @bugbeater/import-tests -p playwright -m "tests/**/*.{test,spec}.js" -u
npx @bugbeater/import-tests@latest -p playwright -m "tests/**/*.{test,spec}.js" -u
```

@@ -40,3 +28,3 @@

"scripts": {
"import:tests": "@bugbeater/import-tests -p playwright -m \"tests/**/*.{test,spec}.js\" -u"
"import:tests": "npx @bugbeater/import-tests@latest -p playwright -m \"tests/**/*.{test,spec}.js\" -u"
}

@@ -43,0 +31,0 @@ }

Sorry, the diff of this file is too big to display