Skip to content

Concurrent acceptance tests with Selenium, Hound, and Ecto 2

Notifications You must be signed in to change notification settings

tokafish/concurrent_acceptance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ConcurrentAcceptance

To run concurrent acceptance tests with selenium:

  • Install dependencies with mix deps.get and npm install
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Start selenium with ./node_modules/.bin/selenium &
  • Run mix test

About

Concurrent acceptance tests with Selenium, Hound, and Ecto 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published