mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 16:37:31 +09:00
10 lines
387 B
Text
10 lines
387 B
Text
|
|
# test script keyword.
|
||
|
|
|
||
|
|
# cases where the test does not include an appropriate getTestCases() function,
|
||
|
|
# or where getTestCases() does not return an array of objects with methods
|
||
|
|
# testPassed() and testDescription() can not be included since they always
|
||
|
|
# produce unexpected failures.
|
||
|
|
|
||
|
|
script scripttest-pass.html
|
||
|
|
fails script scripttest-fail.html
|
||
|
|
fails script scripttest-pass-fail.html
|