My company is considering transitioning our tests from Selenium to Playwright (along with changing pretty much everything else from our outdated test framework based in Ruby). However, we don’t know if we should use Java or Typescript. We have some mobile apps that we need to test, so our plan is to use Appium in Java for those. However, if we use Java for our appium tests, should we not then use Java for our playwright tests as well? Both languages fit nicely in our dev ecosystem, but I’m concerned that NOT using playwright’s primary language wiil lead to some complications. For instance – Are all playwright features developed in Java as well as Typescript? (After all, playwright’s features like the trace view and easy webkit testing are the main reasons we like playwright). Are the Java documentation and tutorials as good as Typescript? Is there anything else I’m missing? Thanks!
Source: Read More