Skip to content

Commit 8e1c9cd

Browse files
authored
Updated packages and tests
1 parent 1178649 commit 8e1c9cd

File tree

11 files changed

+8020
-703
lines changed

11 files changed

+8020
-703
lines changed

README.md

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,8 @@ This API Test Automation framework is designed using Request node module, Protra
1515

1616
### Pre-requisites
1717
* Download and install Chrome or Firefox browser.
18-
* Download and install Node.js:
19-
* [Install Node.JS](https://qaloop.tk/blog/install-node-js/ "Install Node.JS")
18+
* Download and install Node.js
2019
* Optional - Download and install any Text Editor like Visual Code/Sublime/Brackets
21-
* [Install Visual Studio Code](https://qaloop.tk/blog/install-visual-studio-code/ "Install Visual Studio Code")
22-
2320

2421
### Setup Scripts
2522
* Clone the repository into a folder
@@ -41,17 +38,5 @@ This API Test Automation framework is designed using Request node module, Protra
4138

4239
![API Testing using Protractor, Jasmine and Typescript Console Test Results](./images/console-test-results.png?raw=true "API Testing using Protractor, Jasmine and Typescript Console Test Results")
4340

44-
45-
## [Step by Step installation instruction for Beginners](https://qaloop.tk/blog/rest-api-automation-using-request-npm-protractor-jasmine-and-typescript "Step by Step installation instruction for Beginners")
46-
47-
48-
## Visit my [Blog](https://qaloop.tk/blog/ "Blog")
49-
50-
## Reference
51-
* https://www.npmjs.com/package/request
52-
53-
* https://jsonplaceholder.typicode.com/
54-
* https://github.com/typicode/jsonplaceholder
55-
56-
* https://github.com/toddmotto/public-apis
57-
* https://github.com/davemachado/public-api
41+
## :thought_balloon: Checkout the blogs related to Software Testing on my [website]
42+
[website]: https://www.codewithmmak.com/

conf.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ exports.config = {
4242
jsonsSubfolder: 'jsons', // JSONs Subfolder
4343
takeScreenShotsForSkippedSpecs: true, // Screenshots for skipped test cases
4444
takeScreenShotsOnlyForFailedSpecs: true, // Screenshots only for failed test cases
45-
docTitle: 'Test Automation Execution Report', // Add title for the html report
45+
docTitle: 'API Test Automation Execution Report', // Add title for the html report
4646
docName: 'TestResult.html', // Change html report file name
4747
gatherBrowserLogs: true // Store Browser logs
4848
}).getJasmine2Reporter());

config/site.config.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"baseUrl": "https://jsonplaceholder.typicode.com"
3+
}

0 commit comments

Comments
 (0)