@@ -37,12 +37,26 @@ No extra installation or setup is required. Everything needed to write and run K
37
37
<td ><a href =" #openapi-import " >OpenAPI / Swagger Import</a ></td >
38
38
<td ><a href =" #curl-and-har-import " >cURL and HAR Import</a ></td >
39
39
<tr >
40
+ <tr >
41
+ <td ><a href =" #inline-reports " >Inline Reports</a ></td >
42
+ </tr >
40
43
</table >
41
44
45
+ # K-Flow
46
+ K-Flow is an enterprise solution that solves for API documentation, with a focus on end-user workflows. The highlights are:
47
+ * A no-code interface for creating, editing and previewing these flows
48
+ * First-class support for OpenAPI and Swagger
49
+ * Export to pure-HTML for publishing or internal-collaboration
50
+ * Showing how multiple APIs are called in sequence as a business workflow
51
+ * Showing variations of a given API due to business-rules
52
+
53
+ K-Flow is a separate upgrade from Karate Pro. For more details on pricing and features, [ refer to our website] ( https://www.karatelabs.io/k-flow ) .
54
+
42
55
## How to Sign In
43
56
* Use the "Accounts" toolbar in VS Code (usually on the bottom left)
44
57
* Once signed-in, you will not be prompted again for 30 days
45
58
* New subscribers will be taken through a purchase flow
59
+ * You can manage your subscription at [ studio.karatelabs.io] ( https://studio.karatelabs.io )
46
60
* Pricing information can be [ found on our website] ( https://www.karatelabs.io/plugins )
47
61
* [ Contact us] ( https://www.karatelabs.io/karate-labs-contact ) if you need more information
48
62
@@ -73,9 +87,6 @@ See a 1 minute video [here](https://youtu.be/_BlUgR9noEI).
73
87
74
88
<img height =" 350 " src =" https://user-images.githubusercontent.com/915480/204474431-3a77f7ae-68fe-4a5b-b0bd-8f5c137ab58b.gif " >
75
89
76
- ## Inline Reports
77
- Coming Soon
78
-
79
90
## Run Mode
80
91
Easily switch run-mode.
81
92
@@ -122,18 +133,22 @@ See video [here](https://youtu.be/_2iKwyALkvw).
122
133
123
134
<img height =" 350 " src =" https://user-images.githubusercontent.com/915480/204512747-b5f1b886-15be-42d0-b974-91ec8f78f98d.gif " >
124
135
125
- # Karate Flow
126
- Coming Soon
136
+ ## Inline Reports
137
+ View summary and Feature / Scenario reports without leaving your IDE. This is especially useful when using a remote development environment such as [ GitHub Codespaces] ( https://github.com/features/codespaces ) .
138
+
139
+ <img height =" 350 " src =" https://user-images.githubusercontent.com/915480/214324137-e522b43a-93fa-4688-878b-29272ec01715.gif " >
140
+
141
+ Watch [ this video] ( https://youtu.be/aJ7WdHM1t94?t=40 ) to get a feel of the enhanced Developer-Experience.
142
+
143
+ You can also see all HTTP calls made during a test.
144
+
145
+ <img height =" 350 " src =" https://user-images.githubusercontent.com/915480/214325821-96d480c5-6dba-4459-9f93-0685caea60a2.gif " >
127
146
128
147
# Coming Soon
129
- * IntelliSense & better Auto-complete
148
+ * Better IntelliSense & Auto-complete
130
149
* Improved syntax validation
131
- * API Documentation
132
- * Authoring
133
- * Publishing
134
- * Extra reports
135
- * HTTP request / response
136
- * HTTP API coverage
150
+ * Reports
151
+ * API coverage
137
152
* No-code
138
153
* API request builder
139
154
* API mock builder
0 commit comments