Hello guys, I'm trying to run TestBox on my .gitla...
# cfml-beginners
g
Hello guys, I'm trying to run TestBox on my .gitlab-ci.yaml, there are any tips/tutorials that I can follow? Do I have to build the application first before running the tests?
Should give you the basic setup to run gitlab-ci
g
@Patrick I've tryed this tutorial, but some of the steps aren't very clear, so I'm a bit confused.
Here's my git.yaml
But when it tries to run the "box testbox" it fails, saying that it's not recognized
image.png
p
give that a try
❤️ 1
The first link was just a quick search I did; but I see it doesnt even "install"; the official docs look much better
g
@Patrick sure do look much better, thanks!
👍🏻 1
j
Also, there is box channel which may more specifically meet your needs.
g
@jakobward do you have the link to the channel?
p
#box-products
❤️ 1
☝🏻 1
g
If in the future anyone is curious how to do that, heres how I did mine:
Full file with CF Lint, Testbox, Seleium and Docbox running on the same pipeline.