momentic 2.6.9 → 2.7.0

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.
package/README.md CHANGED
@@ -1,10 +1,48 @@
1
1
  # momentic
2
2
 
3
- The CLI.
3
+ ![](https://img.shields.io/badge/Node.js-18%2B-brightgreen?style=flat-square) [![npm]](https://www.npmjs.com/package/momentic)
4
+
5
+ [npm]: https://img.shields.io/npm/v/momentic.svg?style=flat-square
6
+
7
+ The official CLI for Momentic. It allows you to build, run, and manage your end-to-end tests - all through natural language prompts.
8
+
9
+ **Learn more in the [official documentation](https://momentic.ai/docs)**.
10
+
11
+ ## Get Started
12
+
13
+ 1. Log in to [Momentic Cloud](https://cloud.momentic.ai) and generate an API key.
14
+
15
+ 2. Install `momentic`:
16
+
17
+ ```bash
18
+ npm install --save-dev momentic
19
+ ```
20
+
21
+ 3. Install browsers:
22
+
23
+ ```bash
24
+ npx momentic install-browsers --all
25
+ ```
26
+
27
+ 4. Initialize a project:
28
+
29
+ ```bash
30
+ npx momentic init
31
+ ```
32
+
33
+ 5. Start the app:
34
+
35
+ ```bash
36
+ npx momentic app
37
+ ```
38
+
39
+ ## Reporting Bugs
40
+
41
+ We welcome your feedback. Ping us in Slack, or file a [GitHub issue](https://github.com/momentic-ai/cli/issues).
4
42
 
5
43
  ## System Requirements
6
44
 
7
- - Node 20+
45
+ - Node 18+
8
46
  - Windows 10+, Windows Server 2016+, or Windows Subsystem for Linux (WSL).
9
47
  - macOS 13 Ventura, or macOS 14 Sonoma.
10
48
  - Debian 11, Debian 12, Ubuntu 20.04 or Ubuntu 22.04, Ubuntu 24.04, on x86-64 and arm64 architecture.