ABtester
ABtester
在输入错误的用户名和密码进行登录的时候,没有相应的提示信息。 之前是有错误提示的  发布话题的时候如果不输入标题或内容点击提交的时候 报422的错误。原来是在页面上直接有提示。  写了一套UI自动化测试的代码 https://github.com/CnodejsTest/UIAutoTest
hi i just try use the example that ``` var recorder = require('screen-capture-recorder'); var scene = new recorder({ x:0, y:0, w:640, h:480 }); scene.warmup(function(err){ //recorder is ready, now start capture...