fintech-automation-test
Version:
Autonomous Test Automation
17 lines (16 loc) • 341 B
JavaScript
module.exports = {
token: 'YOUR_PROJECT_ACCESS_TOKEN',
endpoint: 'http://20.244.5.65:8080/api/v1',
launch: 'your-launch-name',
project: 'your-project-name',
attributes: [
{
key: 'key',
value: 'value',
},
],
description: 'Your launch description',
debug: false,
rerun: false,
rerunOf: 'YOUR_LAUNCH_ID',
};