mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-17 07:40:12 +01:00
19 lines
456 B
Text
19 lines
456 B
Text
Description:
|
|
Generates a stub Selenium test case.
|
|
|
|
Examples:
|
|
./script/generate selenium login
|
|
will create:
|
|
/test/selenium/login.sel
|
|
|
|
./script/generate selenium user/create
|
|
will create:
|
|
/test/selenium/user/create.sel
|
|
|
|
./script/generate selenium login.rsel
|
|
will create:
|
|
/test/selenium/login.rsel
|
|
|
|
./script/generate selenium logout.rhtml
|
|
will create:
|
|
/test/selenium/logout.rhtml
|