Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Avoiding Flapping JS Tests in Rails

Avoiding Flapping JS Tests in Rails

A presentation I gave at the West Michigan Ruby Users Group on August 3, 2015 on tips to avoiding flapping JS tests in Rails. A lot of this presentation was a live demo, so there are only a few slides.

Adam DeLong

August 03, 2015
Tweet

More Decks by Adam DeLong

Other Decks in Programming

Transcript

  1. Test Thread Visit ‘/‘ Wait for response… expect(page)… Wait for

    response… Background Thread Receive Request Formulating Response… Send Response Formulating Response…
  2. UI