ntt icon indicating copy to clipboard operation
ntt copied to clipboard

Support Titan project descriptor files

Open 5nord opened this issue 3 years ago • 1 comments

Support Titan project descriptor files.

Description

For IDE features like go-to-defintion, we need to know where the TTCN-3 files are which build the test suite.
This is what the package project is for. We only support ntt manifest files at the moment, but being able to read Titan project descriptor file as well would improve the experience for Titan users.

We should probably split this issue into smaller task. I would suggest roughly this:

  • [x] create the structs to unmarshal TDP files.
  • [ ] support TDP files for adapters/imports only.
  • [ ] support TDP files for test suite root configuration.
  • [ ] extend project.Discovery to support root TDP-files.

5nord avatar Oct 11 '22 07:10 5nord

We should think about incorporating Titan Runtime Configurations Files as well.

5nord avatar Oct 20 '22 07:10 5nord