How to use apickli - 2 common examples

To help you get started, we’ve selected a few apickli examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github apigee / openbank / test / features / support / init.js View on Github external
this.Before(function () {
        this.apickli = new apickli.Apickli('https', config.edgeBasePath);
        this.apickli.addRequestHeader('Cache-Control', 'no-cache');
        this.apickli.setGlobalVariable('TPPAppClientId', config.TPPAppClientId);
        this.apickli.setGlobalVariable('internalAppKey', config.internalAppKey);
        this.apickli.setGlobalVariable('TPPAppClientIdPayment', config.TPPAppClientIdPayment);
        //callback();
    });
}
github apickli / apickli / example-project / features / step_definitions / httpbin.js View on Github external
this.Before(function(callback) {
		this.apickli = new apickli.Apickli('http', 'httpbin.org');
		callback();
	});

apickli

Collection of utility functions and a gherkin framework for REST API integration testing based on cucumber.js

MIT
Latest version published 2 years ago

Package Health Score

51 / 100
Full package analysis

Popular apickli functions