Giter Site home page Giter Site logo

cport93 / demo-java Goto Github PK

View Code? Open in Web Editor NEW

This project forked from saucelabs-training/demo-java

0.0 0.0 0.0 20.8 MB

A repository containing examples using Java with Sauce Labs

License: MIT License

Shell 0.57% Java 98.75% Makefile 0.21% Gherkin 0.47%

demo-java's Introduction

Java Demonstration Scripts

Welcome to Java Demo Scripts designed by Solution Architects to provide examples of how to use Sauce Labs technologies. This repository contains everything that you need to get started with web, mobile, visual, functional and all other types of automation using Java.

PRs Welcome Codacy Badge Best Practices Tests Selenium JUnit 5 Tests JUnit 4 Tests TestNg Tests Selenium Cucumber Examples Real Devices

🥇Most Popular

Best Practices

🖥Web automation

📱Mobile automation

📚 Mobile Testing Training Tutorials

⚙️Setup

Import the Project

  1. Create a directory on your machine.

  2. Clone this repository into said directory.

    $ git clone https://github.com/saucelabs-training/demo-java.git
    
  3. Import the project into your IntelliJ (or IDE of your choice) as a Maven Project.

  4. Click through the prompts, and confirm when it asks to Import from Sources

  5. Choose the demo-java directory as the root directory of the project.

Set Your Sauce Labs Credentials

  1. Copy your Sauce Labs username and accessKey in the User Settings section of the Sauce Labs Dashboard.

  2. Open a Terminal window (command prompt for Windows) and set your Sauce Labs Environment variables:
    Mac OSX:

    $ export SAUCE_USERNAME="your username"
    $ export SAUCE_ACCESS_KEY="your accessKey"
    $ export SCREENER_API_KEY="your screener key"
    

    Windows:

    > set SAUCE_USERNAME="username"
    > set SAUCE_ACCESS_KEY="accessKey"
    > set SCREENER_API_KEY="your screener key"
    

    To set an environment variables permanently in Windows, you must append it to the PATH variable.

    Go to Control Panel > System > Windows version > Advanced System Settings > Environment Variables > System Variables > Edit > New

    Then set the "Name" and "Value" for each variable

  3. Test the environment variables

    Mac OSX:

    $ echo $SAUCE_USERNAME
    $ echo $SAUCE_ACCESS_KEY
    

    WARNING FOR UNIX USERS!

    If you have problems setting your environment variables, run the following commands in your terminal:

    $ launchctl setenv SAUCE_USERNAME $SAUCE_USERNAME
    $ launchctl setenv SAUCE_ACCESS_KEY $SAUCE_ACCESS_KEY
    

    Windows:

    > echo %SAUCE_USERNAME%
    > echo %SAUCE_ACCESS_KEY%
    

Run a Maven Test

  1. Run the following command to update any package dependencies:

    $ mvn dependency:resolve
    
  2. Then run the following command to compile your test code:

    $ mvn test-compile
    
  3. Finally, run the following test to see if you've properly configured the test environment:

    $ mvn test -pl best-practice -Dtest=DesktopTests 
    
    

    You can run different tests from different modules. Check out some examples by looking at the CI YML files

Contributing

This repository is maintained by the Solutions Architect team at Sauce Labs. We welcome all ideas and contributions!

Guidance for contributing can be found here

Disclaimer

The code in these scripts is provided on an "AS-IS" basis without warranty of any kind, either express or implied, including without limitation any implied warranties of condition, uninterrupted use, merchantability, fitness for a particular purpose, or non-infringement. These scripts are provided for educational and demonstration purposes only, and should not be used in production. Issues regarding these scripts should be submitted through GitHub. These scripts are maintained by the Technical Services team at Sauce Labs.

Some examples in this repository, such as appium-example, parallel-testing, and headless, may require a different account tier beyond free trial. Please contact the Sauce Labs Sales Team for support and information.

demo-java's People

Contributors

nadvolod avatar titusfortner avatar eyaly avatar tacktician avatar neilgoldman avatar ndmanvar avatar mehmetg-sauce avatar joshmgrant avatar mehmetg avatar halkeye avatar c3ccl3ston avatar llaskin avatar coleve27 avatar mmerrell-sauce avatar redmed86 avatar aldi-poc avatar gil-sauce avatar kevinmarkvi avatar codacy-badger avatar colinsauce avatar dependabot[bot] avatar dylanlacey avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.