最近開始嘗試使用cucumber + selenium,但測試的時候發現無法順利執行被
@Before或@After annotation標注的function,
原來當我們使用cucumber時,這些annotation的import位置為:
import cucumber.api.java.After;
import cucumber.api.java.Before;
而非JUNIT的
org.junit.After
org.junit.Before
雖然是小問題但沒想到還真要花些時間找呢~
沒有留言:
張貼留言