...
Code Block |
---|
└───src
├───main
│ ├───java
│ └───resources
│ └───config
│ └───P12
│ └───acc
└───test
├───java
│ └───be
│ └───imec
│ └───hie
│ ├───features
│ │ ├───consent
│ │ ├───ehealthbox
│ │ ├───therapeuticExclusion
│ │ └───therapeuticLink
│ ├───runners
│ ├───steps
│ │ ├───consent
│ │ ├───ehealthbox
│ │ ├───therapeuticExclusion
│ │ └───therapeuticLink
│ └───utils
│ ├───consent
│ ├───ehealthbox
│ ├───therapeuticExclusion
│ └───therapeuticLink
└───resources
├───attachments
├───testdata
└───chromedriver.exe |
...