Skip to content

tonyzaizai/tests

 
 

Repository files navigation

Tkeel 测试

安装

依赖

  • npm
  • node.js
git clone [email protected]:tkeel-io/tests.git
cd tests
npm install

运行测试

// 运行所有用例 npm run test

// 运行模块用例
npm run test /tests/<模块名>

用例组织

框架会自行在 tests 目录查找文件名包含 test 的文件,按照文件名 和 it 顺序自上而下执行。 组织用例需要自行解决模块之间和模块内部用例的依赖问题。

todo

  • 模块外用例依赖
  • 用例执行顺序

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.1%
  • Other 0.9%