phpit3-title-case-converter
v2.2.3
Published
Capitalizes the first letter of every word in a sentence
Downloads
10
Readme
phpit3-pipe
Guides
You can everything with your hands
TestRail : https://phpit3.testrail.com/
Zephyr Scale : https://support.smartbear.com/zephyr-scale-cloud/api-docs/
TestComplete :
Xray : https://docs.getxray.app/display/XRAY/v2.0
Zephyr Cloud : https://zephyrdocs.atlassian.net/wiki/spaces/ZFJCLOUD/pages/1925120024/REST+API || https://support.smartbear.com/zephyr-squad-cloud/docs/api/index.html
$ npm i phpit3-pipe
const { push } = require("phpit3-pipe");
const dataCredentials = {
"source": {
"base64Credentials": "API_KEY_YOUR_TESTRAIL",
"base_url": "YOUR_TESTRAIL_URL"
},
"target": {
"token": "TOKEN",
"base_url": "TARGET_URL"
}
};
This project is licensed under the MIT License