Build Speed Chart
Displays the total build time job linked to the pull request, along with 3 months of historical averages.
Custom Scripts
Custom scripts can be embedded into pull requests using Golang HTML templates. Templates are evaluated as runs progress and appended to your webapp.io bot comment.
Due to limitations with Github flavored markdown, HTML tags must not be tabbed.
Helper Functions
A number of helper functions have been defined to interact with Layerfiles and jobs.
layerfileStatusEquals
go
The layerfileStatusEquals
function accepts two string parameters layerfileRelativePath
and status
, then returns a boolean if the Layerfile defined in the first argument matches the status in the second.
The Layerfile relative path is the path to the Layerfile relative to the root of your project.
Layerfile status can be one of the following ['NEW', 'RUNNING', 'SUCCESS', 'FAILURE', 'ERROR', 'WAITING_PARENTS', 'CANCELLED']
.
jobStatusEquals
go
The jobStatusEquals
function accepts one string parameter status
and returns a boolean if the job matches the status .
Job status can be one of the following ['ERROR', 'SUCCESS']
.
previewEnvironmentLink
go
The jobStatusEquals
function accepts one string parameter path
and returns a string with a URL to that path on your preview environment.
Example
gohtml
Layerfile Status
Display a list of Layerfiles and their current status.
Editor
Max number of Layerfiles:
The maxiumum number of Layerfiles to show, after this value the list will be truncated.
Layerfiles to Exclude:
Any Layerfiles matching any specified regexes will be excluded from the list.
Link to Preview Environment
Links to the main preview environment of the job linked to the current pull request. Renders an image containing a screenshot of the root of the preview environment.
Editor
Link to Image:
Image rendered in comment. Default is screenshot of root of the preview environment.
Alt Text:
Alt text of image.
Height:
Height of the image.
Width:
Width of the image.
Corner Radius:
Corner radius of the image.
Link:
The link the associated with the image. Default is to root of the preview environment.
Align:
Alignment of the image, left
, center
or right
.
Performance Graphs for Specific Pages
Specify up to four pages to generate a performance score against. Scores are generated using Google Lighthouse.
Editor
Title:
Title of page
Path:
Path to page to score
Site Performance Graph
Display a performance and SEO score for the root of the preview environment linked to the PR. Computes a delta versus the scores of the last 10 jobs in the repository. Scores are generated using Google Lighthouse.
Notification Channels
You have the option to send custom templated messages to channels such as BitBucket, GitHub, GitLab, and Slack.
Messages can include blocks such as the build speed chart, custom scripts, layerfile statuses, links to preview environments, performance graphs for individual pages, site performance graphs, regular text, etc.
To build your custom templated message, select the repository you wish to send a message for on each commit, then select the "Notification Channel" dropdown in the top-bar and build your template however you wish.

Select a Repository.

Select a Notification Channel.
After you've built your template, head over to the "Settings" tab and select the channel(s) that you want your template to be sent to.

Select the channels you want to send the template to.
Finally, click on the "Save" button in the top bar. Now, everytime you open a commit, your templated message will be sent to the selected notification channel(s)

Save the repository components.
Slack Notification Channel
For a tutorial on how to send messages to a Slack channel, check out the video below: