Skip to content

Commit

Permalink
[build] Attempting to fix nodejs test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Apr 25, 2020
1 parent a91bc61 commit 391f2c2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ java/client/src/org/openqa/selenium/ie/IeReturnTypes.java
java/server/test/org/openqa/selenium/example
javascript/deps.js
javascript/node/selenium-webdriver/node_modules/
javascript/node/selenium-webdriver/lib/atoms/find-elements.js
javascript/node/selenium-webdriver/lib/atoms/get-attribute.js
javascript/node/selenium-webdriver/lib/atoms/is-displayed.js
javascript/safari-driver/node_modules/
Expand Down
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,7 @@ end

namespace :node do
atom_list = %w[
//javascript/atoms/fragments:find-elements
//javascript/atoms/fragments:is-displayed
//javascript/webdriver/atoms:get-attribute
]
Expand All @@ -540,6 +541,7 @@ namespace :node do

puts 'rake outs are below'
p rake_outs = [
Rake::Task['//javascript/atoms/fragments:find-elements'].out,
Rake::Task['//javascript/atoms/fragments:is-displayed'].out,
Rake::Task['//javascript/webdriver/atoms:get-attribute'].out
]
Expand Down
2 changes: 1 addition & 1 deletion javascript/node/selenium-webdriver/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 391f2c2

Please sign in to comment.