responsively-app
responsively-app copied to clipboard
Build a test suite to cover the basic app workflow
Specton seems to be promising.
Originally posted by @sidthesloth92 in https://github.com/responsively-org/responsively-app/pull/486#issuecomment-703212602
I can take a stab at implementing Jest
@lenmorld With this card we specifically wanted to use Spectron, as jest only covers the react side of it.
But that said, if you are interested in jest
tests then you can take up the task of increasing the jest test coverage with issue #506.
Really appreciate your interest. :)
Edit: I checked out the package.json and saw that this project already uses TestCafe for e2e tests. That probably means that the deprecation of Spectron doesn't really affect the project. ☺️
@lenmorld With this card we specifically wanted to use Spectron, as jest only covers the react side
@manojVivek Sad news about Spectron: about a month ago the Electron team decided to deprecate it. 😔
Beginning in February 2022, Spectron will be officially deprecated by the Electron team.
People are mentioning playwright as an alternative in the comments of the deprecation announcement, but that still has only experimental support for Electron automation as far as I know.