Coder Social home page Coder Social logo

arjunreddyd / optimustemplate Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tvarchive/optimustemplate

0.0 0.0 0.0 44.3 MB

This is a cucumber jvm implementation template using the optimus framework.

Home Page: http://www.testvagrant.com/optimus

Objective-C 86.28% Java 13.24% Gherkin 0.47%

optimustemplate's Introduction

Optimus Template npm version Gitter chat

Optimus Template is the native framework for Optimus, designed to help you to get started with your tests in the swiftest time possible. Read more about Optimus on our wiki, for videos watch here

Pre-requisites

Getting started with Optimus

  • Step 1: Install the optimus-cli utilty
npm install -g optimus-cli
  • Step 2: Verify if your system is ready for using Optimus
$ optimus doctor
  • Step 3: Install if optimus doctor reported any missing dependencies.
$ optimus setup
  • Step 4a: (Only for macOS) Install Xcode manually from App store or via Downloads page and move it to Applications.

  • Step 4b: (Only for macOS) If you have multiple versions of Xcode installed on your machine then use this command in your in terminal:
    sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer where xcode is the name of Xcode installed on your machine or the Xcode which you want to use with optimus.

  • Step 5: Configure Mongodb
    If you have installed mongodb using optimus doctor command. You will have to manually create /Data/db folder.

    Here is how you do it in terminal

sudo mkdir -p /data/db
sudo chmod 777 /data/db
try running mongod command in your terminal now, mongo instance should be up and running on port 27017
  • Step 6: To create a new Optimus project.
$ optimus new <project_name>
  • Step 7: Once the project is created you can import the project into your favourite IDE. However we love IntelliJ though.

Import Project

Run

Optimus runs your tests in parallel by default. Just connect the devices you need coverage on and choose between one of the following modes to trigger your test run

  1. Fragmentation
  2. Distribution

Suppose you have 5 feature files in your project and 5 devices connected, now in
Fragmentation: All 5 features will run on all 5 devices.
ย 
Distributuion: one feature will run on one device.

Your new OptimusTemplate project gets created with a sample test for an example app HelloOptimus you can run your project as shown below.

Step 1: Connect devices(Android or IOs) or create an Android Emulator.

Step 2: Open your favourite terminal and navigate to the project folder.

Step 3: Check for Android Devices or Emulators by running

gradle runFragmentation -DtestFeed=HelloOptimusAndroid -Dtags=@helloOptimus

Note: You will see that HelloOptimus app is launched on all the connected Android Devices and emulators.

Step 4: Check for IOS by running

gradle runFragmentation -DtestFeed=HelloOptimusIOS -Dtags=@helloOptimus

Note: You will see that HelloOptimus app is launched on a IPhone6 Simulator.

First test

With optimus you can create tests either by creating custom steps or by using Generic Steps or a mix of both. You can learn more about the test which ran on your devices by following our Android Tutorial or IOS Tutorial

Below are a few sample projects leveraging the power of Optimus framework

Contact

Our FAQ covers most of the common issues. In case the issue you are facing is not available, you can reach out to us at [email protected]

optimustemplate's People

Contributors

krishnb avatar thenishant avatar sukesh15 avatar vagrantlab avatar mayankgupta804 avatar nishantverma 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.