You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: versioned_docs/version-1x/intro.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Next, you will be shown how to build your own low-code test automation framework
11
11
### 📦 Installation from scratch
12
12
Once you have set up a clear Node.js project, run the command
13
13
```bash
14
-
npm init @qavajs
14
+
npm init @qavajs@1
15
15
```
16
16
to launch the CLI application. This will configure qavajs and install the necessary modules for your testing purposes. After the process is completed, a config.ts (or config.js) file will be generated in the project's root directory, which will be used to configure test execution.
0 commit comments