go-admin-team / go-admin

基于Gin + Vue + Element UI & Arco Design & Ant Design 的前后端分离权限管理系统脚手架(包含了:多租户的支持,基础用户管理功能,jwt鉴权,代码生成器,RBAC资源控制,表单构建,定时任务等)3分钟构建自己的中后台项目;项目文档》:https://www.go-admin.pro V2 Demo: https://vue2.go-admin.dev V3 Demo: https://vue3.go-admin.dev Antd 订阅版:https://antd.go-admin.pro
https://www.go-admin.pro
MIT License
11.15k stars 2.32k forks source link

Proposal: add API based end-to-end (aka e2e) testing #779

Open LinuxSuRen opened 7 months ago

LinuxSuRen commented 7 months ago

hi go-admin team, I'm the author of api-testing which is an API testing tool. It seems that no e2e testing in this project. I'd be happy to implement it if you belive it's worth.

In order to let you have a quick kowning about it. Please see also the user's of api-testing.

wenjianzhang commented 2 months ago

If you can, we'd really appreciate it!

LinuxSuRen commented 2 months ago

Okay, I'm going to give it a try.