Size: a a a

2020 September 17

A

Anton in Allure Framework
useCucumber2JVM - это вообще второй кукумбер
источник

A

Anton in Allure Framework
источник

SD

Serhii Danevych in Allure Framework
пошёл читать, пасиб)
источник

A

Anton in Allure Framework
Кто нибудь использовал метод label("label 1", "label 1 value"); ?
источник

A

Anton in Allure Framework
У меня в отчете нет инфы, в json файлах есть
источник

RS

Roman Speranskii in Allure Framework
Ребят, а может кто знает что за дичь при запуске Selenide тестов + Allure сыпется в консоль:
timestamp = 2020-09-17T13:21:02.927, allure.fixture = prepare, event = stop, uuid = 7dcc0dd7-3e8c-458b-a547-a2b57c5b944a
источник

D🌎

Dmitry 🌎 in Allure Framework
Roman Speranskii
Ребят, а может кто знает что за дичь при запуске Selenide тестов + Allure сыпется в консоль:
timestamp = 2020-09-17T13:21:02.927, allure.fixture = prepare, event = stop, uuid = 7dcc0dd7-3e8c-458b-a547-a2b57c5b944a
Могу предположить что дело в таймстампе. Аллюр вроде принимает время тестов в формате unix Epoch time
источник

D🌎

Dmitry 🌎 in Allure Framework
А тут на лицо human
источник

RS

Roman Speranskii in Allure Framework
Ммм... Я нигде ничего ему не подсовываю...
Считай чистый проект совсем.
источник

D🌎

Dmitry 🌎 in Allure Framework
У меня подобная история с конвертацией результатов vstest. Там таймстампы такого же формата. Тоже ругалась консоль.  Пришлось конвертировать в epoch. Но в вашем случае стоит подождать ещё мнение того  кто спользует selenide
источник

RS

Roman Speranskii in Allure Framework
Так а что вобще конвертировать? )
источник

D🌎

Dmitry 🌎 in Allure Framework
Ну сами start и end time тестов. Но это догадка, в вашем случае может быть иначе. Это первая попытка сгенерировать отчёт?
источник

RS

Roman Speranskii in Allure Framework
Это не при генерации, а в райнтайме
источник

RS

Roman Speranskii in Allure Framework
Каждый раз когда я завожу тесты он мне начинает это гадить
источник

D🌎

Dmitry 🌎 in Allure Framework
Ааа, тогда сори. Не о том мой коммент был)
источник

RS

Roman Speranskii in Allure Framework
@eroshenkoam
Подскажи пожалуйста, вопрос выше все еще актуален и вот высер:
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Sep 17, 2020 2:18:06 PM org.junit.platform.launcher.core.LauncherConfigurationParameters fromClasspathResource
Sep 17, 2020 2:18:06 PM org.junit.jupiter.engine.config.EnumConfigurationParameterConverter get
INFO: Using test instance lifecycle mode 'PER_CLASS' set via the 'junit.jupiter.testinstance.lifecycle.default' configuration parameter.
|----- START -----|


timestamp = 2020-09-17T14:18:07.337, name = openBrowser, allure.fixture = prepare, event = start, uuid = 318aad45-8e0b-48ac-9bbe-fb097b5e5e1cSep 17, 2020 2:18:09 PM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
timestamp = 2020-09-17T14:18:14.786, allure.fixture = prepare, event = stop, uuid = 318aad45-8e0b-48ac-9bbe-fb097b5e5e1ctimestamp = 2020-09-17T14:18:14.787, name = prepareData, allure.fixture = prepare, event = start, uuid = ba3d4700-e7b5-4260-8285-028b0445cd99log4j:WARN No appenders could be found for logger (freemarker.cache).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
timestamp = 2020-09-17T14:18:18.233, allure.fixture = prepare, event = stop, uuid = ba3d4700-e7b5-4260-8285-028b0445cd99timestamp = 2020-09-17T14:18:40.521, name = deletePreparedData, allure.fixture = tear_down, event = start, uuid = b6c87365-c719-4a79-824d-23479802d0a4timestamp = 2020-09-17T14:18:40.741, allure.fixture = tear_down, event = stop, uuid = b6c87365-c719-4a79-824d-23479802d0a4timestamp = 2020-09-17T14:18:40.741, name = clearBrowser, allure.fixture = tear_down, event = start, uuid = 3615a6e2-44c1-413c-8c3e-e5bc931ad5fatimestamp = 2020-09-17T14:18:40.811, allure.fixture = tear_down, event = stop, uuid = 3615a6e2-44c1-413c-8c3e-e5bc931ad5faFinish: Create channel post

timestamp = 2020-09-17T14:18:40.851, name = closeBrowser, allure.fixture = tear_down, event = start, uuid = 9998a546-eabe-4abc-9170-cc57e0c455fatimestamp = 2020-09-17T14:18:40.916, allure.fixture = tear_down, event = stop, uuid = 9998a546-eabe-4abc-9170-cc57e0c455fa|----- FINISH -----|

Process finished with exit code 0
источник

A

Anton in Allure Framework
Roman Speranskii
@eroshenkoam
Подскажи пожалуйста, вопрос выше все еще актуален и вот высер:
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Sep 17, 2020 2:18:06 PM org.junit.platform.launcher.core.LauncherConfigurationParameters fromClasspathResource
Sep 17, 2020 2:18:06 PM org.junit.jupiter.engine.config.EnumConfigurationParameterConverter get
INFO: Using test instance lifecycle mode 'PER_CLASS' set via the 'junit.jupiter.testinstance.lifecycle.default' configuration parameter.
|----- START -----|


timestamp = 2020-09-17T14:18:07.337, name = openBrowser, allure.fixture = prepare, event = start, uuid = 318aad45-8e0b-48ac-9bbe-fb097b5e5e1cSep 17, 2020 2:18:09 PM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
timestamp = 2020-09-17T14:18:14.786, allure.fixture = prepare, event = stop, uuid = 318aad45-8e0b-48ac-9bbe-fb097b5e5e1ctimestamp = 2020-09-17T14:18:14.787, name = prepareData, allure.fixture = prepare, event = start, uuid = ba3d4700-e7b5-4260-8285-028b0445cd99log4j:WARN No appenders could be found for logger (freemarker.cache).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
timestamp = 2020-09-17T14:18:18.233, allure.fixture = prepare, event = stop, uuid = ba3d4700-e7b5-4260-8285-028b0445cd99timestamp = 2020-09-17T14:18:40.521, name = deletePreparedData, allure.fixture = tear_down, event = start, uuid = b6c87365-c719-4a79-824d-23479802d0a4timestamp = 2020-09-17T14:18:40.741, allure.fixture = tear_down, event = stop, uuid = b6c87365-c719-4a79-824d-23479802d0a4timestamp = 2020-09-17T14:18:40.741, name = clearBrowser, allure.fixture = tear_down, event = start, uuid = 3615a6e2-44c1-413c-8c3e-e5bc931ad5fatimestamp = 2020-09-17T14:18:40.811, allure.fixture = tear_down, event = stop, uuid = 3615a6e2-44c1-413c-8c3e-e5bc931ad5faFinish: Create channel post

timestamp = 2020-09-17T14:18:40.851, name = closeBrowser, allure.fixture = tear_down, event = start, uuid = 9998a546-eabe-4abc-9170-cc57e0c455fatimestamp = 2020-09-17T14:18:40.916, allure.fixture = tear_down, event = stop, uuid = 9998a546-eabe-4abc-9170-cc57e0c455fa|----- FINISH -----|

Process finished with exit code 0
Сделайте пример проекта на гитхабе плз
источник

AE

Artem Eroshenko in Allure Framework
Roman Speranskii
@eroshenkoam
Подскажи пожалуйста, вопрос выше все еще актуален и вот высер:
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Sep 17, 2020 2:18:06 PM org.junit.platform.launcher.core.LauncherConfigurationParameters fromClasspathResource
Sep 17, 2020 2:18:06 PM org.junit.jupiter.engine.config.EnumConfigurationParameterConverter get
INFO: Using test instance lifecycle mode 'PER_CLASS' set via the 'junit.jupiter.testinstance.lifecycle.default' configuration parameter.
|----- START -----|


timestamp = 2020-09-17T14:18:07.337, name = openBrowser, allure.fixture = prepare, event = start, uuid = 318aad45-8e0b-48ac-9bbe-fb097b5e5e1cSep 17, 2020 2:18:09 PM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: W3C
timestamp = 2020-09-17T14:18:14.786, allure.fixture = prepare, event = stop, uuid = 318aad45-8e0b-48ac-9bbe-fb097b5e5e1ctimestamp = 2020-09-17T14:18:14.787, name = prepareData, allure.fixture = prepare, event = start, uuid = ba3d4700-e7b5-4260-8285-028b0445cd99log4j:WARN No appenders could be found for logger (freemarker.cache).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
timestamp = 2020-09-17T14:18:18.233, allure.fixture = prepare, event = stop, uuid = ba3d4700-e7b5-4260-8285-028b0445cd99timestamp = 2020-09-17T14:18:40.521, name = deletePreparedData, allure.fixture = tear_down, event = start, uuid = b6c87365-c719-4a79-824d-23479802d0a4timestamp = 2020-09-17T14:18:40.741, allure.fixture = tear_down, event = stop, uuid = b6c87365-c719-4a79-824d-23479802d0a4timestamp = 2020-09-17T14:18:40.741, name = clearBrowser, allure.fixture = tear_down, event = start, uuid = 3615a6e2-44c1-413c-8c3e-e5bc931ad5fatimestamp = 2020-09-17T14:18:40.811, allure.fixture = tear_down, event = stop, uuid = 3615a6e2-44c1-413c-8c3e-e5bc931ad5faFinish: Create channel post

timestamp = 2020-09-17T14:18:40.851, name = closeBrowser, allure.fixture = tear_down, event = start, uuid = 9998a546-eabe-4abc-9170-cc57e0c455fatimestamp = 2020-09-17T14:18:40.916, allure.fixture = tear_down, event = stop, uuid = 9998a546-eabe-4abc-9170-cc57e0c455fa|----- FINISH -----|

Process finished with exit code 0
я не понимаю о чем речь
источник

AE

Artem Eroshenko in Allure Framework
какой-то лог, чем я могу помочь?
источник

RS

Roman Speranskii in Allure Framework
Artem Eroshenko
я не понимаю о чем речь
Речь про вот эти строки timestamp = 2020-09-17T14:18:40.851, name = closeBrowser, allure.fixture = tear_down, event = start, uuid = 9998a546-eabe-4abc-9170-cc57e0c455fa в логе
источник