Skip to content

Commit

Permalink
default url so you can just call npx qawolf create
Browse files Browse the repository at this point in the history
  • Loading branch information
jperl committed Mar 10, 2020
1 parent 6fc2860 commit 8ec0dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ program
'--statePath <statePath>',
'path where state data (cookies, localStorage, sessionStorage) is saved',
)
.option('--url [url]', 'url', '')
.option('--url [url]', 'url', 'http://example.org')
.description('create a test from browser actions')

.action(async (urlArgument, nameArgument, cmd) => {
Expand Down

0 comments on commit 8ec0dd5

Please sign in to comment.