https://github.com/katalon-studio/testops-ping
https://github.com/katalon-studio/testops-ping
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/katalon-studio/testops-ping
- Owner: katalon-studio
- Created: 2021-03-17T04:56:23.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-27T07:30:34.000Z (almost 2 years ago)
- Last Synced: 2025-02-17T09:35:07.766Z (8 months ago)
- Language: JavaScript
- Size: 78.1 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# testops-ping
TestOps healthcheck experiment## Prerequisites:
* nodejs
* npm## Start server on local environment
1. Create a ```.env``` file at root then copy this and paste into the file: ```URL=''```
2. Put the url that you want to ping to in ```.env``` file as the value for URL variable. For instance: ```URL='https://example.com/'```
3. Install the necessary packages: ```npm install```
4. Start the server: ```node .\app.js```