You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
>-`--dry-run` - Show what would be exported without sending (optional)
40
+
>-`--keep-structure` - Prefer structure of source code over structure in Testomat.io (optional). Default: `false`
40
41
41
42
42
43
### `sync`
@@ -51,6 +52,7 @@ Convenience command for typical workflow.
51
52
>-`--apikey` / `-key` - Your Testomat.io project API key (required if you haven't provided it during this terminal session as TESTOMATIO)
52
53
>-`--url` - Server URL (required if you haven't provided it during this terminal session as TESTOMATIO_URL or want to use default https://app.testomat.io)
53
54
>-`--directory` / `-d` - Directory to scan (optional, defaults to current directory)
55
+
>-`--keep-structure` - Prefer structure of source code over structure in Testomat.io (optional). Default: `false`
54
56
55
57
**Please note:** if not all the tests have been annotated with @TestId after the sync command -
0 commit comments