Git Product home page Git Product logo

federation-testbed's Introduction

Prepare

You must have a working diaspora installation! Check out the source code, cd to the source directory. Run bundle install there.

$ git clone https://github.com/cmrd-senya/federation-testbed
$ cd federation-testbed
$ gem install bundler
$ bundle install

Configuration

Configure the features/support/config.yml according to your testing environment.

You must have a user registered on your pod.

Running the testbed on the same host with the target pod

If you want to run the testbed on the same host, where your Diaspora installation lives, you must perform additional actions.

Add the following lines to your /etc/hosts:

127.0.0.1	testbed.local
127.0.0.1	pod.local

Install boxcars proxy.

Pick the following configuration and save it to proxy.json:

{
  "testbed.local": "192.168.56.103:4567",
  "pod.local": "192.168.56.103:3000"
}

Launch the proxy with:

sudo gocode/bin/boxcars --port=80 proxy.json

After this actions, both Diaspora and the testbed will be accessible on the same machine and will be able to communicate with each other.

Run

Launch tests with:

cucumber

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.