We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48f5552 commit 2815c78Copy full SHA for 2815c78
1 file changed
.circleci/config.yml
@@ -3,6 +3,7 @@ version: 2.1
3
orbs:
4
ruby: circleci/ruby@1.8.0
5
node: circleci/node@5.0.2
6
+ browser-tools: circleci/browser-tools@1.4.0
7
8
executors:
9
ruby-node-executor:
@@ -30,6 +31,10 @@ jobs:
30
31
steps:
32
- checkout
33
34
+ # Docs: https://circleci.com/developer/orbs/orb/circleci/browser-tools#commands-install-chromedriver
35
+ - browser-tools/install-chrome
36
+ - browser-tools/install-chromedriver
37
+
38
# Docs: https://circleci.com/developer/orbs/orb/circleci/ruby#commands-install-deps
39
- ruby/install-deps
40
0 commit comments