cypress-ct-octane-js 0.1.34 → 0.1.35

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 +5 -12
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,22 +2,15 @@
2
2
 
3
3
  ## Installation
4
4
 
5
- #### With bun
6
-
7
5
  ```sh
6
+ # bun
8
7
  bun i cypress-ct-octane-js
9
- ```
10
8
 
11
- #### With pnpm
12
-
13
- ```sh
9
+ # pnpm
14
10
  pnpm add cypress-ct-octane-js
15
- ```
16
-
17
- #### With NPM
18
11
 
19
- ```sh
20
- npm cypress-ct-octane-js
12
+ # npm
13
+ npm i cypress-ct-octane-js
21
14
  ```
22
15
 
23
16
  ## Configuration
@@ -39,7 +32,7 @@ export default defineConfig({
39
32
  If you use Typescript, you may get a type error when setting the framework property. To fix it, type cast the property to `any` like this:
40
33
 
41
34
  ```ts
42
- framework: 'cypress-ct-octane-js' as any,
35
+ framework: "cypress-ct-octane-js" as any,
43
36
  ```
44
37
 
45
38
  ## Adding mount command
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cypress-ct-octane-js",
3
- "version": "0.1.34",
3
+ "version": "0.1.35",
4
4
  "description": "Octane framework definition and mount adapter for Cypress component testing",
5
5
  "keywords": [
6
6
  "component-testing",