Skip to content

[Public] RunWhen Codecollection Getting Started Template - Managed by terraform

License

Notifications You must be signed in to change notification settings

infracloudio/codecollection-devtools

 
 

Repository files navigation

Join Discord Join Slack

RunWhen CodeCollection Devtools

Tests

Build

This repository is for managing developer tooling related to creating your own CodeCollections. You can use it to do development directly from source, in a devcontainer from source, or from the image. CodeCollections can also use this image as a base for their dev images. Check the docs for more information.

Looking to be a contributor for CodeCollections or start your own? We'd love to collaborate! Head on over to our technical docs to get started.

Getting Started

File Structure overview of devcontainer when launched from a CodeCollection:

-/app/
    |- auth/ # store secrets here, it should already be properly gitignored for you
    |- codecollection/
    |   |- codebundles/ # stores codebundles that can be run during development
    |   |- libraries/ # stores python keyword libraries used by codebundles
    |- dev_facade/ # provides interfaces equivalent to those used on the platform, but just dry runs the keywords to assist with development
    ...

The included script ro wraps the robot RobotFramework binary, and includes some extra functionality to write files to a consistent location for viewing in a HTTP server at http://localhost:3000/ that is always running as part of the devcontainer.

Quickstart

Navigate to the codebundle directory cd codecollection/codebundles/hello_world/

Run the codebundle ro sli.robot

About

[Public] RunWhen Codecollection Getting Started Template - Managed by terraform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 85.3%
  • Dockerfile 8.0%
  • Shell 6.7%