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

E2Eテストの独立性

Sponsored · SiteGround - Reliable hosting with speed, security, and support you can count on.

 E2Eテストの独立性

Avatar for Kazuhito Hokamura

Kazuhito Hokamura

January 27, 2015

More Decks by Kazuhito Hokamura

Other Decks in Programming

Transcript

  1. before(function() { init();
 }); describe('ϩάΠϯ', () => {}); describe('௥Ճ', ()

    => {}); describe('ฤू', () => {}); describe('࡟আ', () => {});
  2. beforeEach(() => { init();
 }); describe('ϩάΠϯ' () => {}); describe('௥Ճ',

    () => { beforeEach(() => { login(); }); }); describe('ฤू', () => { beforeEach(() => { login(); createData(); }); }); describe('࡟আ', () => { beforeEach(() => { login(); createData(); }); }); ಠཱԽͤ͞Δ
  3. before(function() { init();
 }); describe('ϩάΠϯ', () => {}); describe('௥Ճ', ()

    => {}); describe('ฤू', () => {}); describe('࡟আ', () => {}); ͜Ε͙Β͍͕ͪΐ͏Ͳ͍͍ʁ