Open le1tuan opened 5 years ago
Viết ở trong file này
https://github.com/le1tuan/nightwatch-wrapper/blob/master/src/test.js
module.exports = { 'Demo test Google' : function (client) { client .url('http://localhost:3000/') .waitForElementVisible('body', 1000) .setValue('#username', 'abc') .setValue('#password', '123') . assert.value("#username", "abc") .end(); } };
llalpodkqwopdqwd
Viết ở trong file này
https://github.com/le1tuan/nightwatch-wrapper/blob/master/src/test.js