albertnjoku

Results 4 issues of albertnjoku

Is it possible to insert variables within assertion function names? In the below, the function name will change based on the value of **self.feature**? ``` self.feature = 'abc' def assertion_{self.feature}_test(self):...

Sometimes you want to mark some test as "Ignored" but still want to show them (perhaps in amber colour) in Azure Devops. Is this possible with Nutter?

enhancement

Currently a comparison between 'JOHN' and 'john' appears as a difference. Is there a way to make the diff process ignore case? Of course a workaround is to covert all...

Is there a way I can execute a code based on a tag inserted at the feature level in my feature file? I have the same working at the scenario...