Sisyphus - JavaScript Tests: Difference between revisions

no edit summary
(New page: = Running the JavaScript Tests = == runtests.sh == <code>runtests.sh</code> is the main entry point for running the JavaScript Tests using Sisyphus. It is very similar in usage to [[Sisp...)
 
No edit summary
Line 138: Line 138:
* TEST_JSALL_TIMEOUT=${TEST_JSALL_TIMEOUT:-21600}
* TEST_JSALL_TIMEOUT=${TEST_JSALL_TIMEOUT:-21600}


  The time in seconds for the entire test run to complete before it is terminated. By default, it is 21600 seconds or 8.5 hours.
The time in seconds for the entire test run to complete before it is terminated. By default, it is 21600 seconds or 8.5 hours.


* TEST_JSEACH_PAGE_TIMEOUT=${TEST_JSEACH_PAGE_TIMEOUT:-480}
* TEST_JSEACH_PAGE_TIMEOUT=${TEST_JSEACH_PAGE_TIMEOUT:-480}


  The time in seconds for an individual test to load in the browser before the JavaScript test itselfs attempts to time out the test. By default it is 480 seconds or 8 minutes.
The time in seconds for an individual test to load in the browser before the JavaScript test itselfs attempts to time out the test. By default it is 480 seconds or 8 minutes.


* TEST_JSEACH_TIMEOUT=${TEST_JSEACH_TIMEOUT:-485}
* TEST_JSEACH_TIMEOUT=${TEST_JSEACH_TIMEOUT:-485}


  The time in seconds for an individual test to load/execute in the browser before it is forcibly terminated. By default it is 485 seconds or 8 minutes 5 seconds.
The time in seconds for an individual test to load/execute in the browser before it is forcibly terminated. By default it is 485 seconds or 8 minutes 5 seconds.


* TEST_JSSHELL_TIMEOUT=${TEST_JSSHELL_TIMEOUT:-480}
* TEST_JSSHELL_TIMEOUT=${TEST_JSSHELL_TIMEOUT:-480}


  The time in seconds for an individual test to run in the shell.
The time in seconds for an individual test to run in the shell.


Back to [[Sisyphus]]
Back to [[Sisyphus]]
Confirmed users
726

edits