Zhong Wei

Results 4 comments of Zhong Wei

@tcnh, we also plan to use fitnesse as our test framework. And currently we are looking into the conditional script/scenario. Actually I cherry picked the code of https://github.com/praegus/toolchain-fitnesse-plugin & compile...

@tcnh , JDK 1.8.202 In ConditionalScriptTable.java - invokeAction(), I added these code and found: > ScriptEngineManager engineManager = new ScriptEngineManager(); > ScriptEngine jsEngine = engineManager.getEngineByName("JavaScript"); > log.info("#### 3.0.1 jsEngine: "...

@tcnh, I do not know how to include the plugin of toolchain-fitnesse-plugin. I did download the code of it by git, not found jar. So I compiled it by "mvn...

Not works still. However, used apache.commons.jexl3 to calculate Expression than javax.script.ScriptEngine, and it's OK for me.