GithubHelp home page GithubHelp logo

cel108 / how-do-i-qa Goto Github PK

View Code? Open in Web Editor NEW

This project forked from matisnape/how-do-i-qa

0.0 1.0 0.0 358 KB

Introduction to acceptance tests

Ruby 75.87% CoffeeScript 0.47% CSS 0.22% HTML 23.44%

how-do-i-qa's Introduction

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.
[email protected] with password 12345678

Run

rails s

how-do-i-qa's People

Contributors

mszweda avatar

Watchers

Celestyna Górska avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.