https://github.com/matmanjs/create-matman-app
脚手架工具,生成Web端对端自动化测试项目
https://github.com/matmanjs/create-matman-app
create-matman-app matman
Last synced: 4 months ago
JSON representation
脚手架工具,生成Web端对端自动化测试项目
- Host: GitHub
- URL: https://github.com/matmanjs/create-matman-app
- Owner: matmanjs
- License: mit
- Created: 2020-08-10T02:58:02.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-12T04:08:30.000Z (over 4 years ago)
- Last Synced: 2025-02-12T19:20:00.203Z (4 months ago)
- Topics: create-matman-app, matman
- Language: JavaScript
- Homepage: https://matmanjs.github.io/matman/tool/create-matman-app.html
- Size: 991 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# create-matman-app
Web 端对端测试(E2E/UI test)框架 [matman](https://github.com/matmanjs/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 。