inventaire-client icon indicating copy to clipboard operation
inventaire-client copied to clipboard

add integration tests

Open maxlath opened this issue 9 years ago • 8 comments

setting up a PhantomJS-based script (I know some libs are doing just that but can't find them back) to test the different user scenarios:

  • creating a user
  • adding an item etc.

maxlath avatar Aug 28 '15 09:08 maxlath

found it: http://casperjs.org/

maxlath avatar Aug 28 '15 09:08 maxlath

another candidate: https://github.com/cypress-io/cypress

maxlath avatar May 08 '17 17:05 maxlath

Two open source modern libraries to test the frontend (almost) like a black box:

  • https://taiko.dev/ by ThoughtWorks
  • https://playwright.dev/ by Microsoft

Em-AK avatar Jan 27 '21 17:01 Em-AK

@Em-AK any opinion on Cypress and how the libs you suggested compare to it?

maxlath avatar Jan 27 '21 17:01 maxlath

Feedback from cypress exploration (see branch cypress-init):

I would be for testing other tools before picking one.

jum-s avatar Dec 07 '23 07:12 jum-s