@browsermation/test 0.0.60 → 0.0.61

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +0 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -12,12 +12,6 @@ npm install @browsermation/test
12
12
 
13
13
  See also [Browsermation](https://www.npmjs.com/package/@browsermation/test) for the test package.
14
14
 
15
- You can use via the CLI
16
-
17
- ```bash
18
- npx @browsermation/test test
19
- ```
20
-
21
15
  Or use it as Playwright reporter
22
16
 
23
17
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@browsermation/test",
3
- "version": "0.0.60",
3
+ "version": "0.0.61",
4
4
  "description": "The testing platform for Playwright by Browsermation.",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",