matmanjs / create-matman-app

脚手架工具,生成Web端对端自动化测试项目
https://matmanjs.github.io/matman/tool/create-matman-app.html
MIT License
0 stars 2 forks source link
create-matman-app matman

create-matman-app

Web 端对端测试(E2E/UI test)框架 matman 的脚手架模板。

例如创建一个名为 my-matman-app 的应用:

# 使用 Mocha
$ npx create-matman-app my-matman-app
# 或者
$ npx create-matman-app my-matman-app --template=mocha

# 使用 Mocha + TS
$ npx create-matman-app my-matman-app --template=mocha-ts

# 使用 Jest
$ npx create-matman-app my-matman-app --template=jest

# 使用 Jest + TS
$ npx create-matman-app my-matman-app --template=jest-ts

更多资料请参考: https://matmanjs.github.io/matman/tool/create-matman-app.html