Annotation used to tag a test, or suite of tests, as being CPU-intensive (i.e., consuming a lot of CPU time when it runs).
Tag that indicates a Selenium test uses the Chrome browser.
Annotation used to tag a test, or suite of tests, as being disk-intensive (i.e., consuming a large amount of disk-IO bandwidth when it runs).
Tag that indicates a Selenium test uses the Firefox browser.
Tag that indicates a Selenium test uses the HtmlUnit browser.
Tag that indicates a Selenium test uses the InternetExplorer browser.
Annotation used to tag a test, or suite of tests, as being network-intensive (i.e., consuming a large amount of network bandwidth when it runs).
Tag annotation that indicates a test is a candidate for retrying on either failure, cancellation, or both.
Tag that indicates a Selenium test uses the Safari browser.
Annotation used to tag a test, or suite of tests, as being slow (i.e., requiring a long time to run).