Skip to content

Example application for lecture "E2E testing of Web Applcation" that I read at ISPU.

Notifications You must be signed in to change notification settings

avejant0/e2e-lecture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

e2e-lecture

Presentation:

https://docs.google.com/presentation/d/1_AlipQYOFGtnmZRqVCbZf-04sXOInbbD4goyyezX7ZY

Requirements:

  • Node 14+;
  • Yarn;
  • Chrome Webdriver executable for Windows;

How to run:

Application:

  • open Terminal
  • cd api
  • yarn
  • npm run start
  • open another Terminal tab
  • cd client`
  • yarn
  • npm run start

Default URLS:

  • API - http://localhost:5000
  • Client - http://localhost:3000

E2E

  • Open terminal
  • go to any folder with e2e prefix
  • run yarn For Selenium:
  • npm run test For Cypress:
  • npm run cypress-open