OK
Size: a a a
OK
AB
E
m
OK
export interface WebdriverWebElement extends WebElement {
[key: string]: any;
}OK
OK
k
AP
OK
IM
jasmine.getEnv().afterEach( function () {
allure.createStep('Https', () => {
allure.createAttachment('http', function () {
return fs.readFileSync('mock/data/v1/roleSet.json', 'utf-8');
}, 'application/json');
allure.createAttachment('http', function () {
return fs.readFileSync('mock/data/v1/roleSet2.json', 'utf-8');
}, 'application/json');
});
});IM
IM
OK
jasmine.getEnv().afterEach( function () {
allure.createStep('Https', () => {
allure.createAttachment('http', function () {
return fs.readFileSync('mock/data/v1/roleSet.json', 'utf-8');
}, 'application/json');
allure.createAttachment('http', function () {
return fs.readFileSync('mock/data/v1/roleSet2.json', 'utf-8');
}, 'application/json');
});
});IM
OK
OK
IM
OK
DK