Giter Club home page Giter Club logo

test-case-engine's People

Contributors

joshglazer avatar revjtanton avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

test-case-engine's Issues

Setup some sort of Go test framework

User Story

As a developer
I'd like to use some sort of test-engine for this code
So that I can test my code.

Acceptance Criteria

  • Golang testing framework identified.
  • Previously identified framework implemented.
  • Test-cases written to at least 50% coverage.
  • Code coverage can be ingested by SonarQube.

Notes

If steps need to be added for SonarQube integration that should be noted in the documentation.

Documentation

User Story

As a developer
I'd like to create detailed README's and user documentation
So that I can pass this off to users so they can use it.

Acceptance Criteria

  • README's created/updated to explain the usage of the project
  • PR merged to master with the above changes

Engine parses YAML

User Story

As a developer
I'd like to ingest YAML and call the correct output script
So that I can generate output test cases

Acceptance Criteria

  • main calls a defined output script based on YAML input.
  • PR merged to master with the above code changes

src file structure

User Story

As a developer
I'd like to have a clean file structure
So that I can write organized, clean code.

Acceptance Criteria

  • A project structure that adheres to Golang and git best practices
  • PR merged to master with the above changes

Create JSON output

User Story

As a developer
I'd like to create a JSON output script
So that I can generate JSON test-cases

Acceptance Criteria

  • A script written in Golang that will generate JSON data based on YAML input.
  • PR merged to master with the above change

Create SQL output

User Story

As a developer
I'd like to create a SQL output script
So that I can generate SQL test-cases

Acceptance Criteria

  • A script written in Golang that will generate SQL data based on YAML input.
  • PR merged to master with the above change

Dockerized SonarQube implementation

User Story

As a developer
I'd like to have a Dockerfile or docker-compose file for SonarQube
So that I can easily run SonarQube against my code for quality analysis.

Acceptance Criteria

  • Dockerfile or docker-compose.yaml created for SonarQube
  • PR merged into master with above changes

Notes

A Dockerfile may be a bit basic for this and won't solve the persistence issue. docker-compose.yaml is probably the way to go so the database is retained after shutdown.

Standardize YAML file format

User Story

As a developer
I'd like to standardize the YAML format for ingestion
So that I can write clean code to analyze the input YAML.

Acceptance Criteria

  • An example YAML added to the repo.
  • A PR merged into master with the exampled added.

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.