When a symbol is prefixed with SECRET, its contents will not be shown upon accessing the symbol
script | |||
given page | SecretSymbolTest | with content | !define TEST_SYSTEM {slim} |import | |fitnesse.slim.test| |fitnesse.fixtures | |script |echo fixture | |$SECRET_symbol=|echo|this is secret info | |set name |$SECRET_symbol | |check |echo|$SECRET_symbol|this is secret info| |
check | request page | SecretSymbolTest?test | 200 |
ensure | content contains | $SECRET_symbol->[*****] | |
ensure | content contains | <span class="pass">this is secret info</span> | |
show | content |