2016-03-17 45 views

回答

0

最簡單的方法是利用NightwatchJS

module.exports = { 
    '@tags': ['beta'] 

    'Your test here': function(browser) { 
    // your code here.. 
    } 
} 

tags功能並執行測試樣

$ nightwatch --tag beta 
相關問題