Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: codebendercc/seleniumTests
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: codebendercc/seleniumTests
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: walkthrough-test
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 4 files changed
  • 1 contributor

Commits on Jan 13, 2016

  1. Added test for walkthrough.

    Testing only Linux, until a way to change the UA during test is found.
    freskoulix committed Jan 13, 2016
    Configuration menu
    Copy the full SHA
    1bec092 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb1c318 View commit details
    Browse the repository at this point in the history
  3. Setting UserAgent at walkthrough test,

    for all supported platforms (Linux, Windows, Mac).
    
    Helps to test the walkthrough page 3, which differs on each platform.
    freskoulix committed Jan 13, 2016
    Configuration menu
    Copy the full SHA
    cadfab8 View commit details
    Browse the repository at this point in the history
  4. Corrected test_common.sh

    Returning the correct return value from tests.
    Running each test on a separate command in order to have more control on which tests run each time.
    freskoulix committed Jan 13, 2016
    Configuration menu
    Copy the full SHA
    2a9f468 View commit details
    Browse the repository at this point in the history
  5. Added separate bash script for walkthrough test.

    Setting user agent in environment variable before each test to emulate the different supported platforms (Linux, Windows, MacOSX).
    freskoulix committed Jan 13, 2016
    Configuration menu
    Copy the full SHA
    8de381f View commit details
    Browse the repository at this point in the history
Loading