
desc.ELRunKeywordExpectError.txt Maven / Gradle / Ivy
The newest version!
This will `Run Keyword` and expect an error
Example:
| EL Add Variable | var1 | some text here |
| EL Run Keyword Expect Error | Check For Match |
| |
| *** Keywords *** |
| Check For Match |
| EL Should Be True | $[contains(var1, 'hello') |
This will fail if the conditions passed.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy