Forum Discussion

ryan_perneel's avatar
ryan_perneel
Contributor
5 years ago

Pull Request Checks

Hi all,

 

I am looking into creating some PR build checks, and am wondering if anyone else has created something similar in the past.  

 

We are using JSDoc type function headers, so the only task that I have so far is ensuring that doc generation is working on PR builds.

 

We had an issue where are bad .tcscript file was checked in, and broke references.  I'm wondering if there is a way that I can check this before it gets committed to master.

 

Thanks!

4 Replies

  • Marsha_R's avatar
    Marsha_R
    Champion Level 3

    I would make my own branch where my code and master are merged and check at that level.

    • ryan_perneel's avatar
      ryan_perneel
      Contributor

      was looking for more of automated solutions that people have come up with.

       

      • tristaanogre's avatar
        tristaanogre
        Esteemed Contributor

        The unique files for TestComplete (like tcScript and tcKDT) have a very different structure than most.  While some attempts have been made in TC 14 to make merging such files easier, I still find that a manual comparison works best.