Skip to content

Commit f25537f

Browse files
authored
Update README.md
1 parent 7ae8800 commit f25537f

File tree

1 file changed

+27
-12
lines changed

1 file changed

+27
-12
lines changed

README.md

Lines changed: 27 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,26 @@ No extra installation or setup is required. Everything needed to write and run K
3737
<td><a href="#openapi-import">OpenAPI / Swagger Import</a></td>
3838
<td><a href="#curl-and-har-import">cURL and HAR Import</a></td>
3939
<tr>
40+
<tr>
41+
<td><a href="#inline-reports">Inline Reports</a></td>
42+
</tr>
4043
</table>
4144

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+
4255
## How to Sign In
4356
* Use the "Accounts" toolbar in VS Code (usually on the bottom left)
4457
* Once signed-in, you will not be prompted again for 30 days
4558
* New subscribers will be taken through a purchase flow
59+
* You can manage your subscription at [studio.karatelabs.io](https://studio.karatelabs.io)
4660
* Pricing information can be [found on our website](https://www.karatelabs.io/plugins)
4761
* [Contact us](https://www.karatelabs.io/karate-labs-contact) if you need more information
4862

@@ -73,9 +87,6 @@ See a 1 minute video [here](https://youtu.be/_BlUgR9noEI).
7387

7488
<img height="350" src="https://user-images.githubusercontent.com/915480/204474431-3a77f7ae-68fe-4a5b-b0bd-8f5c137ab58b.gif">
7589

76-
## Inline Reports
77-
Coming Soon
78-
7990
## Run Mode
8091
Easily switch run-mode.
8192

@@ -122,18 +133,22 @@ See video [here](https://youtu.be/_2iKwyALkvw).
122133

123134
<img height="350" src="https://user-images.githubusercontent.com/915480/204512747-b5f1b886-15be-42d0-b974-91ec8f78f98d.gif">
124135

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">
127146

128147
# Coming Soon
129-
* IntelliSense & better Auto-complete
148+
* Better IntelliSense & Auto-complete
130149
* 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
137152
* No-code
138153
* API request builder
139154
* API mock builder

0 commit comments

Comments
 (0)