Path:
tests/integration/features/excel/export/03_custom_fields_to_export/test.itest
Lines:
11
Non-empty lines:
7
Non-empty lines covered with requirements:
7 / 7 (100.0%)
Functions:
0
Functions covered by requirements:
0 / 0 (0.0%)
1
UNSUPPORTED: true
2
3
TODO: The special fields feature is being moved.
4
TODO: This functionality has to be reworked to make Excel export
5
TODO: work with custom grammars.
6
7
RUN: %strictdoc export --formats=excel --fields=uid,owner --output-dir=Output "%S/input.sdoc"
8
9
RUN: %check_exists --file "%T/excel/input.xlsx"
10
11
RUN: %excel_diff "%T/excel/input.xlsx" "%S/expected/input.xlsx"