Coder Social home page Coder Social logo

testgear's Introduction

Testgear

A gear application of Antikythera. As the name suggests, used for testing Antikythera's core functionality.

Testgear is:

Installation

Testgear can be installed to any Antikythera instances.

To do so, you must supply ANTIKYTHERA_INSTANCE_DEP environment variable. It must declare dependency to your Antikythera instance in the form of dependency tuple, just like you do in ordinary mix.exs file.

Example sequence up to compilation:

$ git clone https://github.com/access-company/testgear.git
$ cd testgear
$ ANTIKYTHERA_INSTANCE_DEP='{:instance_name, [git: "[email protected]:your-organization/instance_name.git"]}'
$ export ANTIKYTHERA_INSTANCE_DEP
$ mix deps.get
* Getting instance_name ([email protected]:your-organization/instance_name.git)
... (snip)

$ mix deps.get # Fetch dev/test-only dependencies declared in instance_name
$ mix compile
$ unset ANTIKYTHERA_INSTANCE_DEP

ANTIKYTHERA_INSTANCE_DEP is required whenever mix is involved, since testgear's mix.exs file depends on its value.

When you run already compiled Testgear with your Antikythera instance release (generated by mix task), all necessary information are stored in testgear.app so the environment variable is no longer needed.

Copyright and License

Copyright(c) 2015-2024 ACCESS CO., LTD. All rights reserved.

Antikythera source code is licensed under the Apache License version 2.0.

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.