Software Engineer.
Ruby/JS/Go/Selenium/Docker/Cucumber/Cypress/...
Pinned Loading
-
mini-sftp-client
mini-sftp-client PublicForked from anikitenko/mini-sftp-client
Mini web sFTP client written on Go using Revel Framework with API support
Go
-
-
protractor-rozetka-test
protractor-rozetka-test PublicProtractor example for testing site rozetka.com.ua
JavaScript
-
CircleCI config to re-run failed rsp...
CircleCI config to re-run failed rspec tests 1- run:
2name: run feature tests
3command: |
4TEST_FILES="$(circleci tests glob "spec/features/*_spec.rb" | circleci tests split --split-by=timings)"
5echo Tests run on Google Chrome version: `google-chrome --version`
-
Capybara register new driver for test
Capybara register new driver for test 1# Typically this faile named capybara.rb and needed for browser configuration.
2# This file related to capybara 3.22.0 and webdriver 3.8.0
34require 'capybara/rspec'
5require 'capybara-screenshot/rspec'
-
Custom waits for selenium
Custom waits for selenium 1module WaitHelper
2def wait_for_ajax
3Timeout.timeout(60) do
4sleep(0.7) until Capybara.page.evaluate_script('jQuery.active').zero?
5end
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.