sandstorm-io/vagrant-spk

Create or designate test apps for Node, Meteor, and Go stacks

Open

#298 opened on Apr 9, 2021

View on GitHub
 (3 comments) (1 reaction) (0 assignees)Python (28 forks)github user discovery
good-first-issuehelp wantedstack-specific

Repository metrics

Stars
 (58 stars)
PR merge metrics
 (PR metrics pending)

Description

Generally, upon any radical vagrant-spk changes, I test against php-app-to-package-for-sandstorm and python-app-to-package-for-sandstorm, which are both excellent baseline test apps that use the base stack scripts for lemp and uwsgi respectively. (lesp is basically a simpler version of the lemp stack, so I also feel it is adequately tested this way.)

However, I do not have good test cases for our other stacks, which occasionally means they are broken until someone has a bad experience trying to use them. I think we need "Hello, world" level test apps that run with unmodified (or minimally modified) stack scripts for the Node, Meteor, and Go stacks.

Contributor guide