Lee_M's avatar
Lee_M
Community Hero
2 years ago
Status:
New Idea

clone project with linking

I have a lot of login components for different systems which make a comprehensive login process

 

I would now like to make another project - clone but LINK, is there any way to create a new project but create LINK for all (or selected) components

 

 

Currently, I have 1 "hack" solution

 

  • clone the project
  • delete any non-required tests
  • open KeywordTests.tcKDT for the new project
    • rename path parameter 
  • find/replace new linked path
    
    e.g.
    path="nav_back_to_root.tcKDTest"
    ->
    path="..\..\linked_path\KeywordTests\nav_back_to_root.tcKDTest"
No CommentsBe the first to comment