Skip to content

Commit

Permalink
add usage
Browse files Browse the repository at this point in the history
  • Loading branch information
InvisiblePixels committed Feb 25, 2021
1 parent f3f5d14 commit bb50b83
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions run_tests.py
@@ -1,5 +1,18 @@
#!/usr/bin/env python3

'''
Usage:
run_tests.py -s SKETCH_PATH -p PLUGIN -o OUTPUT_FILE_PATH'
Options:
-s SKETCH_PATH The path to the Sketch.app bundle
-p PLUGIN The path to the plugin that was the result of running `npm run test:build --identifier=X
Will live somewhere like Modules/SketchAPI/build/SketchIntegrationTests-X.sketchplugin
-o OUTPUT Writes the log to here
'''

from pathlib import Path, PurePath
import subprocess
import sys
Expand Down

0 comments on commit bb50b83

Please sign in to comment.