DT
mvn cleanSize: a a a
DT
mvn cleanY
DT
A
D🌎
OK

DK
OK


DT
allure.results.directory=target/allure-resultsможно его прописать в конфигурации аллюра а можно в файлике
test/resources/allure.properties
DT
AK
AK
A
allure.results.directory=target/allure-resultsможно его прописать в конфигурации аллюра а можно в файлике
test/resources/allure.properties
M
K
K
M
OK

const output = betterAjvErrors(schema, response.body, validate.errors);
const ascii = new AnsiUp()
ascii.escape_for_html = false;
const html = ascii.ansi_to_html((output as any as string).split('\n').join(`<br>`));
reporter.addAttachment('swagger validation error', html, 'text/html')
OK
const output = betterAjvErrors(schema, response.body, validate.errors);
const ascii = new AnsiUp()
ascii.escape_for_html = false;
const html = ascii.ansi_to_html((output as any as string).split('\n').join(`<br>`));
reporter.addAttachment('swagger validation error', html, 'text/html')

F