rickypc / selenium-page-object-generator

A nimble and flexible Selenium Page Object Model generator to improve agile testing process velocity.
https://chrome.google.com/webstore/detail/epgmnmcjdhapiojbohkkemlfkegmbebb
GNU Affero General Public License v3.0
121 stars 65 forks source link

Fix gulp default task #22

Closed jeshan closed 6 years ago

jeshan commented 6 years ago

gulp.start() no longer works. Therefore, gulp default task doesn't build the chrome extension. This PR is to fix it.

rickypc commented 6 years ago

Released in version 1.3.0. Thanks, @jeshan for your contribution.