Skip to content

prashanth-sams/api-automation-frisby-typescript

Repository files navigation

GruntJS TS compilation

  • flush build/ archives, compile .ts files under src/, run specs, and generate reports inside reports/
grunt
  • run all the compiled specs [optional]
grunt run:commands

Default TS compilation [optional]

  • compile all .ts/.tsx files through tsconfig.json
tsc
  • compile specific ts file
tsc src/specs/frisby_status.spec.ts --outDir build/
  • test execution
npm test build/