Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Xporter for JIRA allows rendering test based on Javascript. The notation is:

%{<Javascript>}

Examples:

Code Block
titleOutput the current date
collapsetrue
%{( new Date()).getDate() +  "/" + (( new Date()).getMonth()+ 1 ) +  "/" + ( new Date()).getFullYear()}

...