Skip to content

Commit

Permalink
Updated gifs with new features
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahmteen authored Mar 25, 2021
1 parent bc5958d commit 60f8074
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ Refer to our [Builds/Resources](https://github.com/oslabs-beta/eeQL/releases) fo
## Usage
### GETTING STARTED

![eeql-1-gif](https://user-images.githubusercontent.com/71619815/112025449-67048400-8af2-11eb-9b8f-71187e8ba7f2.gif)

![intro](https://user-images.githubusercontent.com/71619815/112514890-01630280-8d53-11eb-9b3d-62931589df36.gif)


- Input desired port for proper integration into your project
- Upload a project directory (note: a testing folder will be created if none exists).
Expand All @@ -25,16 +27,20 @@ Refer to our [Builds/Resources](https://github.com/oslabs-beta/eeQL/releases) fo
<br/>

### TEST CREATION
![eeql-2-gif](https://user-images.githubusercontent.com/71619815/112027649-9b793f80-8af4-11eb-8574-4337a12d9595.gif)

<b> REST </b>
![rest](https://user-images.githubusercontent.com/71619815/112514915-07f17a00-8d53-11eb-8b11-34cdad7d3754.gif)

- Select the REST button
- Select the request method that you plan on testing
- Upload the server file of your project
- Fill out the requested fields within the _Test Builder Module_
- Press the save button to automatically create a Jest-and-Supertest-based REST test !


<b> GRAPHQL </b>
![ql](https://user-images.githubusercontent.com/71619815/112514948-0f188800-8d53-11eb-9db1-e2ebaea7c6f1.gif)

- Select the GraphQL button
- Upload the schema file of your project
- Upload the resolvers file of your project
Expand Down

0 comments on commit 60f8074

Please sign in to comment.