sbabcoc / Selenium-Foundation

Selenium Foundation is an automation framework designed to extend and enhance the capabilities provided by Selenium (WebDriver).
Apache License 2.0
60 stars 16 forks source link

JUnit Support - Replace references to RuleChain with Rule order attribute #190

Closed sbabcoc closed 2 years ago

sbabcoc commented 2 years ago

JUnit added the ability to specify order of execution directly in the @Rule annotation with the order attribute. The documentation here still refers to the deprecated RuleChain, though. Update the documentation to reflect current practice, but include notes on how to update legacy code. Also revise reference to RuleChainWalker, which is still available but should no longer be necessary.