07 2020 档案

摘要:TestCafe前端E2E自动化测试技术要点 最近用TestCafe完成了一个营销活动的前端自动化测试,整个过程很顺利,运行也较稳定。对比以前用Selenium作的几个Web UI自动化项目而言,感觉到了新一代的前端E2E自动化测试工具的强大。下面记录一些遇到的要点和TestCafe独有的一些特性。 阅读全文
posted @ 2020-07-17 13:51 Marksion 阅读(1301) 评论(0) 推荐(0)
摘要:什么是TestCafe 转自: https://www.jianshu.com/p/94181abe5e9a 官方: A node.js tool to automate end-to-end web testing Write tests in JS or TypeScript, run them 阅读全文
posted @ 2020-07-16 16:05 Marksion 阅读(1111) 评论(0) 推荐(0)
摘要:资源收集与整理 引图: ZLT-MP 微服平台 nginx http://nginx.org/en/docs/beginners_guide.html flutter https://flutter.dev/ SpringCloud https://gitee.com/homepay/microse 阅读全文
posted @ 2020-07-09 11:03 Marksion 阅读(184) 评论(0) 推荐(0)
摘要:Nginx的启动(start),停止(stop)命令 查看Nginx的版本号:nginx -V 启动Nginx:start nginx 或者 nginx 快速停止或关闭Nginx:nginx -s stop 正常停止或关闭Nginx:nginx -s quit 配置文件修改重装载命令:nginx - 阅读全文
posted @ 2020-07-09 10:56 Marksion 阅读(348) 评论(0) 推荐(0)