nokia / ntt

Modern tools for TTCN-3

Home Page:https://nokia.github.io/ntt/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom scripts for package.yml

5nord opened this issue · comments

The manifest currently only provides test_hook key for hooking in. If the user wants to execute some scripts before execution, he needs to provide an additional file. I would be nice if he include the scripting inside the package.yml, similar to .gitlab-ci.yml:

name: mySuite
before_run:
   - mkdir -p ./foo
after_run:
  - ./report-junit

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days