Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 587 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 587 Bytes

VS Code Devcontainer with Ubuntu and BATS (Bash Automated Testing System)

A template for developing BATS (Bash Automated Testing System) with VS Code in a Devcontainer. Since Hacken mostly uses Bitbucket Pipelines, that is supported as well as GitHub Actions.

Provides a development environment with:

  • Ubuntu 24.04
  • BATS 1.11.0-1
  • Task

Usage:

bats **/*.bats, or task

Dockerfile etc

See my bitbucket.org repo: ubuntu-bats