Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个使用 ZombieJS 的测试设置。
单击页面中的按钮时,我会根据页面的当前状态向后端发出 Ajax 请求,这可能是 POST 或 GET。
是否有可能,使用 ZombieJS 断言某个请求已发出,以及该请求是发布还是获取。
最好getAttribute在提交之前调用表单。
getAttribute
browser.query('#myform').getAttribute('method')
提交后,你会做assert.ok(browser.success).
assert.ok(browser.success)