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

Introduction Cypress for E2E Test

Introduction Cypress for E2E Test

F. Rohim (O'im)

May 02, 2020
Tweet

More Decks by F. Rohim (O'im)

Other Decks in Programming

Transcript

  1. I’AM FATHUR ROHIM 2020 SpaceStock.com Call me O’im QA Engineer

    @ SpaceStock General Manager @ Ngalam Backend Community instagram.com/oimtrust fb.com/oimtrust linkedin.com/in/oimtrust
  2. • Cooperation with companies • Real assessment with your own

    skills • Guaranteed Career • Focus on your passion BRIGHT FUTURE is DIGITALENT 2020 SpaceStock.com
  3. WHY SHOULD DIGITALENT? • Millenial generation learning methods • Medium

    price, Big Value • Curriculum always up to date • Can learn individually or in teams • Not only mentoring but also can discuss and solve problems • And many more... 2020 SpaceStock.com
  4. The web has evolved. Finally, testing has too. Fast, easy

    and reliable testing for anything that runs in a browser. TRANSPORT APP 2020 SpaceStock.com
  5. 1 Fast, Open Source & Works on any front-end framework

    2 Friendly for Developer & QA Engineers (Javascript) 3 Time Travel, Real time reload, Run in CI, etc. 4 Documentation WHY DEVELOPERS SHOULD CONSIDER CYPRESS? 2020 SpaceStock.com
  6. $ npm install cypress --save-dev Easy to install Opening Cypress

    Headless Runner Custom Command GET STARTED 2020 SpaceStock.com $ npx cypress open $ npx cypress run $ npm run cy:open || npm run cy:run