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

E2Eテストの独立性

 E2Eテストの独立性

Kazuhito Hokamura

January 27, 2015
Tweet

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('࡟আ', () => {}); ͜Ε͙Β͍͕ͪΐ͏Ͳ͍͍ʁ