iT邦幫忙

第 11 屆 iThome 鐵人賽

DAY 1
0
Modern Web

Nightwatch.js 實務入門經驗分享系列 第 3

[Nightwatch 新手紀實] 好想用 es6!Babel

  • 分享至 

  • xImage
  •  

新手

當時才剛在同事協助 initial 下,接觸 Nightwatch 一週,還沒研究 config 檔案,直接開始寫 test case。還沒有裝 Babel,在 const、let、import、Async/Await 不能用之下,寫了一週 es5 語法,還是可以寫,但上班期間一邊寫開發除蟲 es6,一邊寫測試 es5,時間有限之下,寫起來實在是不順手...。

/images/emoticon/emoticon37.gif


進步

後來同事裝了 Babel 之後,寫起來順手到不行,下面來研究一下怎麼裝的。

安裝
babel/core

npm i @babel/core --save

babel-polyfill

npm i babel-polyfill --save

在 nightwatch.conf.js 檔案一開頭加上:

require('babel-core/register')({})
require('babel-polyfill')

就可以使用 es6 語法啦 ~~

/images/emoticon/emoticon34.gif


待研究


上一篇
[Nightwatch 新手紀實] test case 生命週期
下一篇
[Nightwatch 新手紀實] 測試表單
系列文
Nightwatch.js 實務入門經驗分享4
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言