-
- Downloads
Setup e2e testing (#51)
* Add e2e auth tests * Add category crud tests * Disable migration logs * Add e2e tests to ci * Add timeouts * Does it also work?
Showing
- .github/workflows/ci.yml 20 additions, 1 deletion.github/workflows/ci.yml
- package.json 1 addition, 1 deletionpackage.json
- src/auth/auth.controller.ts 1 addition, 1 deletionsrc/auth/auth.controller.ts
- src/category/category.controller.ts 5 additions, 1 deletionsrc/category/category.controller.ts
- src/mikro-orm.config.ts 3 additions, 0 deletionssrc/mikro-orm.config.ts
- test/app.e2e-spec.ts 0 additions, 28 deletionstest/app.e2e-spec.ts
- test/bootstrap.ts 86 additions, 0 deletionstest/bootstrap.ts
- test/category-crud.e2e-spec.ts 114 additions, 0 deletionstest/category-crud.e2e-spec.ts
- test/user-profile.e2e-spec.ts 38 additions, 0 deletionstest/user-profile.e2e-spec.ts
- test/user-registration.e2e-spec.ts 73 additions, 0 deletionstest/user-registration.e2e-spec.ts
Loading
Please register or sign in to comment