Skip to content

How large the VisualTestingInKatalonStudio project is? #10

Description

@kazurayam

Answer:

The VisualTestingInKatalonStudio project has 70 *.groovy files. The total number of lines of those *.groovy files is 5434 lines.

:~/katalon-workspace/VisualTestingInKatalonStudio (develop)
$ find . -name "*.groovy" | wc -l
      70
~/katalon-workspace/VisualTestingInKatalonStudio (develop)
$ for i in `find . -name "*.groovy"`; do cat $i; done | wc -l
cat: ./Test: No such file or directory
cat: Listeners/VTListener.groovy: No such file or directory
cat: ./Test: No such file or directory
cat: Suites/CURA/twins_capture.groovy: No such file or directory
cat: ./Test: No such file or directory
cat: Suites/CURA/chronos_exam.groovy: No such file or directory
cat: ./Test: No such file or directory
cat: Suites/CURA/chronos_capture.groovy: No such file or directory
cat: ./Test: No such file or directory
cat: Suites/CURA/twins_exam.groovy: No such file or directory
cat: ./Test: No such file or directory
cat: Suites/VT/makeIndexAndOpen.groovy: No such file or directory
cat: ./Test: No such file or directory
cat: Suites/VT/cleanMaterials.groovy: No such file or directory
cat: ./Test: No such file or directory
cat: Suites/VT/makeIndex.groovy: No such file or directory
    5434

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions