GithubHelp home page GithubHelp logo

octopusguides's Introduction

This repository contains the scripts used to generate the media for the Octopus guides. The blog at https://octopus.com/blog/devops-documentation explains the process.

The custom WebDriver tool is documented at https://octopus.com/blog/selenium/0-toc/webdriver-toc.

See the aspnet-azuredevops-artifactory-feed-azurewebsite-tfvc-video.yml file for a commented example.

The provisioning process can also be performed as a Vagrant script processor step to allow the resulting configuration to be captured in a virtual machine. The Vagrantfile files under the vagrant directory provide the necessary configuration to build the virtual machines, with the scripts in the vm directory running through much the same process as the YAML files perform in GitHub Actions.

This project has a pom.xml file referencing the WebDriverTraining GitHub Maven repository at https://github.com/OctopusDeploy/WebDriverTraining/packages/66445. The IntelliJ cucumber plugin will scan the JAR file for step annotations to provide a rich Gherkin editor.

To have Maven download the JAR file, your GitHub credentials need to be defined in the ~/.m2/settings.xml file:

<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
                      http://maven.apache.org/xsd/settings-1.0.0.xsd">

  <activeProfiles>
    <activeProfile>github</activeProfile>
  </activeProfiles>

        <mirrors>
          <mirror>
            <id>repo1</id>
            <name>Mirror 1</name>
            <url>https://repo1.maven.org/maven2</url>
            <mirrorOf>central</mirrorOf>
          </mirror>
        </mirrors>
  
  <profiles>
    <profile>
      <id>github</id>
      <repositories>
        <repository>
          <id>central</id>
          <url>https://repo1.maven.org/maven2</url>
          <releases><enabled>true</enabled></releases>
          <snapshots><enabled>false</enabled></snapshots>
        </repository>
        <repository>
          <id>github</id>
          <name>GitHub OctopusDeploy Apache Maven Packages</name>
          <url>https://maven.pkg.github.com/OctopusDeploy/WebDriverTraining</url>
        </repository>
      </repositories>
    </profile>
  </profiles>

  <servers>
    <server>
      <id>github</id>
      <username>GithubUserName</username>
      <password>PersonalAccessToken</password>
    </server>
  </servers>
</settings>

octopusguides's People

Contributors

mcasperson avatar jquepi avatar

Watchers

 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.