Histórico da Página
...
[PROBAT] EXPORT_AFTER_RUN=1 EXPORT_FILE_NAME=results EXPORT_FORMAT=JUnit
EXPORT_AFTER_RUN
Indica se ao final da execução gera o resultado automaticamente ou não, sendo:
...
Veja mais sobre esse recurso em: ( export() )
EXPORT_FORMAT
Até o momento temos somente implementado o formato jUnit, portanto a chave precisa ser: [EXPORT_FORMAT=JUnit]
...
<?xml version="1.0"?> <testsuites id="20190109203113" name="results" type="all" tests="1" skipped="0" failures="0" time="0.002" > <testsuite id="000001" name="all" tests="1" skipped="0" failures="0" time="0.002" > <testcase id="1" name="Class:MANUALUT.TEST_MANUALUT():New() | Method:EXAMPLEFORUSE()" time="0.002" > Folder: TEST/UNIT/MANUALUT | Call: U_manualUT( cTest ) | Expected: {C}-[test_1] | Result: {C}-[test_1] </testcase> </testsuite> </testsuites>
EXPORT_FILE_NAME
O nome do arquivo pode ser customizado, basta informar o nome desejado por uma chave do INI de seu appserver.
...
Visão Geral
Import HTML Content
Conteúdo das Ferramentas