Skip to content

Commit 9845678

Browse files
authored
Merge pull request #37 from oslabs-beta/jason/screenshots
Jason/screenshots
2 parents acdcc47 + a2df94b commit 9845678

15 files changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,21 +37,25 @@ Swell is a one-stop shop for sending and monitoring your API requests:
3737
<img src="./ReadMeGifs/Gifs/GraphQL.gif" style="display: block; margin: 10px auto 30px;" />
3838

3939
- _Server-Sent Events (SSE)_: Initiated by a simple toggle box, Swell displays SSE events one by one as they come in. Similar to HTTP2 streams, multiple open connection streams are allowed for SSE.
40-
<img src="./ReadMeGifs/Gifs/SSE.gif" style="display: block; margin: 10px auto 30px;" />
40+
<img src="./ReadMeGifs/Gifs/ServerSideEvents.gif" style="display: block; margin: 10px auto 30px;" />
4141

4242
- _WebSockets (WS)_: Swell enables connecting directly to WebSocket servers with an HTTP handshake, with developers able to send messages to the connected WS server directly. All outgoing and incoming messages are displayed in real time.
4343
<img src="./ReadMeGifs/Gifs/Websockets.gif" style="display: block; margin: 10px auto 30px;" />
4444

4545
## Additional features
4646

4747
- _Stress testing for HTTP/2 and GraphQL_: Test your server backend with Swell's stress testing feature to ensure your server can manage expected and unexpected loads accordingly
48+
<img src="./ReadMeGifs/Gifs/HttpStressTest.gif"
49+
style="display: block; margin: 10px auto 30px; border: 1px solid black;" />
50+
<img src="./ReadMeGifs/Gifs/GraphQLTest.gif"
51+
style="display: block; margin: 10px auto 30px; border: 1px solid black;" />
4852

4953
- _Send Requests Directly to an Endpoint_: You are able to immediately send a request to an endpoint OR stage a request in your workspace for multi-level testing.
5054
<img src="./ReadMeGifs/Gifs/DirectSendRequest.gif"
5155
style="display: block; margin: 10px auto 30px; border: 1px solid black;" />
5256

5357
- _Scripting in Swell_: If you favor test-driven development, Swell allows you to write assertion tests to aid defining and testing backend API services.
54-
<img src="./ReadMeGifs/Gifs/SimpleResponseTest.gif"
58+
<img src="./ReadMeGifs/Gifs/Assertion-Testing.gif"
5559
style="display: block; margin: 10px auto 30px; border: 1px solid black;" />
5660

5761
- _Workspaces_: Swell allows you to save workspaces for easier testing of multiple requests.
@@ -66,6 +70,7 @@ Swell is a one-stop shop for sending and monitoring your API requests:
6670
## Experimental Features
6771

6872
- _Mock Server_: Swell allows you to create your own HTTP/2 mock server to facilitate front-end development without depending on a fully built backend server.
73+
<img src="./ReadMeGifs/Gifs/MockServer.gif" style="display: block; margin: 10px auto 30px;" />
6974

7075
- _gRPC_: Swell includes full support for all four streaming types of gRPC - unary, client stream, server stream, bidirectional stream.
7176
<img src="./ReadMeGifs/Gifs/gRPC-responses.gif" style="display: block; margin: 10px auto 30px;" />
375 KB
Loading
-4.05 MB
Binary file not shown.

ReadMeGifs/Gifs/GithubIntegration.gifZone.Identifier

Lines changed: 0 additions & 3 deletions
This file was deleted.

ReadMeGifs/Gifs/GraphQL.gif

-1.61 MB
Loading

ReadMeGifs/Gifs/GraphQLTest.gif

1.74 MB
Loading

ReadMeGifs/Gifs/HttpStressTest.gif

5.07 MB
Loading

ReadMeGifs/Gifs/HttpTesting.gif

4.93 MB
Loading

ReadMeGifs/Gifs/MockServer.gif

4.34 MB
Loading
416 KB
Loading

0 commit comments

Comments
 (0)