Skip to content

Commit

Permalink
Test orb 18 (#19)
Browse files Browse the repository at this point in the history
* chore: working on unit testing orbs for #18

* hmm, validate and process allows invalid commands

* chore: fix tests

* chore: update tests

* parallel job test
  • Loading branch information
bahmutov committed Nov 6, 2018
1 parent a207287 commit ce9eac6
Show file tree
Hide file tree
Showing 5 changed files with 7,290 additions and 1,590 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
@@ -0,0 +1,3 @@
{
"editor.formatOnSave": true
}
16 changes: 16 additions & 0 deletions orb.yml
Expand Up @@ -65,6 +65,10 @@ commands:
#
setup:
parameters:
executor:
description: Executor to use
type: executor
default: base-10
build:
description: Optional build command(s)
type: steps
Expand Down Expand Up @@ -299,6 +303,18 @@ examples:
jobs:
- cypress/run

using-node6:
description: Runs all Cypress tests on Node 6 image
usage:
version: 2.1
orbs:
cypress: cypress-io/cypress@1.0.0
workflows:
build:
jobs:
- cypress/run:
executor: base-6

recording:
description: Runs all Cypress tests and records them on the Cypress Dashboard
usage:
Expand Down

0 comments on commit ce9eac6

Please sign in to comment.