Skip to content

tzw-madzia/how-do-i-qa

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How do I QA?

Introduction to acceptance testing

FORK THE PROJECT!

Database setup

We're using postgres. Make sure it's running :)

Ubuntu: sudo -u postgres psql template1
OSX: psql template1

Fill in your desired password in the db/development_setup_script.sql - if you leave it empty you might have to change your hba_conf.

Then in the pql console run: \i <PATH_TO_PROJECT>/db/development_setup_script.sql
Exit console by typing \q

Copy database.yml.sample to database.yml and fill in the password you chose earlier.

Run bundle install
Then rake db:reseed to populate development environment with example data.

Gem dependencies

Webkit as js driver for cabypara

Credentials

Seeds have a user already created for you.
admin@example.com with password 12345678

Run

rails s

About

Introduction to acceptance tests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 76.0%
  • HTML 23.3%
  • Other 0.7%