Skip to content

mooikos/ruby_test_levels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

idea

have different micro apps tested on different levels (unit, integration, system, system integration)

  • there are 3 different apps running here
    • app_frontend
      • ruby based (slim templates) (should/could be substituted from a node app)
      • serves the frontend
    • app_backend
      • ruby based
      • serves the endpoints for the logics
    • app_dependency
      • ruby based
      • serves extra support to the backend app
  • the various apps are tested with rspec for now (the frontend app could get unit and integration testing examples in node)

commands

  • start the app to test
  • run tests
    • bundle exec rspec
  • see code coverage (in browser)
    • ./coverage/index.html

the docs of the core dependencies

About

My catch on test levels on Ruby

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published