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

E2Eテストの独立性

Sponsored · Your Podcast. Everywhere. Effortlessly. Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.

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