Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ready to use project, example data moved to a dedicated directory #79

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.vscode
node_modules
package-lock.json
. idea/
.idea/
*.iml
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file added page-objects/.gitkeep
Empty file.
Empty file added shared-objects/.gitkeep
Empty file.
6 changes: 3 additions & 3 deletions shippable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ build:
- sudo apt-get update
# - sudo apt-get install curl
# install chrome browser required for selenium tests
# - curl https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -
# - curl https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -
# - echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list
# - sudo apt-get update -qqy
# - sudo apt-get -qqy install ${CHROME_VERSION:-google-chrome-stable}
# install ruby required to install cf cli
# install ruby required to install cf cli
# - sudo apt-get --assume-yes install ruby
# - sudo gem install bundler
# - curl -O https://s3.amazonaws.com/go-cli/releases/v6.17.1/cf-cli-installer_6.17.1_x86-64.deb
Expand All @@ -35,4 +35,4 @@ build:
- export DISPLAY=:99.0
- mkdir -p shippable/buildoutput
- shippable_retry npm install
- shippable_retry xvfb-run --server-args="-ac" node index.js -b firefox -t @search -x 30000
- shippable_retry xvfb-run --server-args="-ac" node index.js -p examples/page-objects/ -s examples/step-definitions/ -f examples/features/ -b firefox -t @search -x 30000
Empty file added step-definitions/.gitkeep
Empty file.