Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartsan committed Apr 8, 2019
1 parent 3cc61bb commit 81b4d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambda/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ exports.handler = function(event, context) {

cypress
.run({
spec: event.cypressSpec || '/tmp/cypress/integreation/**/*.spec.js',
spec: event.cypressSpec || '/tmp/cypress/integration/**/*.spec.js',
env: {
DEBUG: "cypress:*",
XDG_CONFIG_HOME: "/tmp"
Expand Down

0 comments on commit 81b4d57

Please sign in to comment.