WebdriverIO 實戰練習 - 上傳檔案

http://the-internet.herokuapp.com/upload

Tips

var assert = require('assert');
var path = require('path');

describe('test', function() {
  it('上傳檔案', () => {
    // 前往要測試的網站
    // 要上傳的檔案路徑
    // 點擊上傳按鈕
    // 驗證結果
  });
});

results matching ""

    No results matching ""