src.app.modules.scenarios.components.execution.detail.execution.component.html Maven / Gradle / Ivy
The newest version!
@if (scenarioExecutionReport) {
{{ 'global.time.in' | translate }} {{ scenarioExecutionReport.duration | duration }}
{{ 'global.time.at' | translate }} {{ scenarioExecutionReport.startDate | date:'medium' }}
@if (scenarioExecutionReport.user) {
{{ 'global.smallword.by' | translate }} : {{ scenarioExecutionReport.user }}
}
- {{ 'admin.targets.environment' | translate }} : {{ scenarioExecutionReport.environment }}
@if (execution.campaignExecutionReport) {
- {{ 'scenarios.execution.history.campaign' | translate }} :
{{ execution.campaignExecutionReport.campaignName }}
{{ execution.campaignExecutionReport.campaignName }}
}
}
@if (getDataset(scenarioExecutionReport).trim() !== '') {
@if (scenarioExecutionReport?.dataset.datatable && scenarioExecutionReport?.dataset.datatable.length > 0) {
Datatable
}
@if (scenarioExecutionReport?.dataset.constants && scenarioExecutionReport?.dataset.constants.length > 0) {
{{'global.smallword.key' | translate }}/ {{'global.smallword.value' | translate }}
@for (uniqueValue of scenarioExecutionReport?.dataset.constants; track $index) {
{{ uniqueValue.key }}
@if (enableEditorView(uniqueValue.value)) {
}
}
}
}
@if (hasContextVariables && !isRunning()) {
{{ entry.key }}
@if (enableEditorView(entry)) {
}
}
@if (!scenarioExecutionReport?.report) {
{{ scenarioExecutionReport?.error }}
}
@if (scenarioExecutionReport?.report && !hasNotBeenExecuted()) {
@if (scenarioExecutionReport?.report) {
}
@if (scenarioExecutionReport?.report) {
@if (selectedStep) {
}
@if (!selectedStep) {
}
}
}
@if (step.steps && step.steps.length > 0) {
}
@if (!(step.steps && step.steps.length > 0)) {
}
{{ step.name }}
@if (step.steps && step.steps.length > 0) {
}
{{ step.name }}
@if (step.status != 'NOT_EXECUTED') {
@if ((step.duration | duration); as d) {
{{ 'global.time.in' | translate }} {{ d }}
}
{{ 'global.time.at' | translate }} {{ step.startDate | date:'short' }}
}
@if (step.type) {
@if (step.strategy != 'sequential' && step.strategy.lenght > 0) {
[{{ step.strategy }}]
}
{{ step.type }}
@if (step.targetName) {
on {{ step.targetName }} - {{ step.targetUrl }}
}
}
@if (step.evaluatedInputs && Object.keys(step.evaluatedInputs).length > 0) {
{{ input.key }}
@if (enableEditorView(input)) {
}
}
@if ((step.information && step.information.length > 0) || (step.errors && step.errors.length > 0)) {
}
@if (step.information && step.information.length > 0) {
}
@if (step.errors && step.errors.length > 0) {
}
@if (step.stepOutputs && Object.keys(step.stepOutputs).length > 0) {
{{ output.key }}
@if (enableEditorView(output)) {
}
}
@if (step.steps && step.steps.length > 0) {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy