Skip to content

Instantly share code, notes, and snippets.

View rainerhahnekamp's full-sized avatar

Rainer Hahnekamp rainerhahnekamp

View GitHub Profile
describe("Home", () => {
it("should click the button", () => {
cy.visit("");
cy.get("button").click();
cy.get("div.message").should("contain.text", "You clicked me");
})
})
@rainerhahnekamp
rainerhahnekamp / Readme.md
Last active January 23, 2017 22:06
docker-compose.yml for sentry with version 2

This is an example for running sentry in docker-compose version 2.

Don't forget to initialize your database. Best way:

docker-compose exec sentry sentry upgrade