0.0.1 • Published 6 years ago

smartest v0.0.1

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

Smartest

Simple e2e integration tests and automatic screenshots with Puppeteer

Features

  • Take screenshoots after each test
  • Traverse src folder and execute tests

Runing

  • Run the app in dev env: SELVERA_ENV=dev ionic serve
  • In other console, from project folder run: node e2e

Plan

  • The backend should implement a way for deleting users in dev environment
  • Backend recomendation: Use email confirmation or other anti-spamming mechanism for disallow register explotaition
  • Include register page in tests, backend should bypass confirmation when is in dev environment
  • Complete user stories and edge cases, maybe test some bugs that was happening in the past