Skip to content

Commit 659960e

Browse files
committed
updates the screenshots and adds a tracking page example
1 parent 1eb6997 commit 659960e

File tree

5 files changed

+4
-2
lines changed

5 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ Nevergreen is a build monitor with attitude. It has two distinct features that s
55
- Your builds should always be green. Nevergreen understands this and only shows you projects that have failed or are building.
66
- Nevergreen uses your local browser to store configuration. You only need to run it once to host hundreds of different build monitors.
77

8-
![Example of Nevergreen on Apache builds](doc/screenshot.png)
8+
![Example Monitor page](doc/screenshot_monitor.png)
9+
10+
![Example Tracking page](doc/screenshot_tracking.png)
911

1012
## How do I start monitoring my builds?
1113

cypress/integration/journey_spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ describe('Journey', function () {
5151
cy.locate('success-message').contains('some message')
5252

5353
cy.locate('message')
54-
.type('https://raw.githubusercontent.com/build-canaries/nevergreen/master/doc/screenshot.png')
54+
.type('https://raw.githubusercontent.com/build-canaries/nevergreen/master/doc/screenshot_monitor.png')
5555
cy.locate('add-message').click()
5656
cy.locate('success-image').should('be.visible')
5757
}

doc/screenshot.png

-163 KB
Binary file not shown.

doc/screenshot_monitor.png

370 KB
Loading

doc/screenshot_tracking.png

438 KB
Loading

0 commit comments

Comments
 (0)