mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-18 16:20:12 +01:00
20 lines
456 B
Text
20 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
|