GithubHelp home page GithubHelp logo

joshmgrant / saucecon_tourallthepythonthings Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 0.0 15 KB

Accompanying code samples to my talk tour.AllThePythonThings() at SauceCon 2020

Python 73.32% RobotFramework 26.68%

saucecon_tourallthepythonthings's Introduction

SauceCon Online - tour.AllThePythonThings() Code Samples

Hello there! If you're reading this, you have likely heard of SauceCon and may have attended the tour.allThePythonThings() talk. Here are the accompanying code samples.

These samples are all written using Python 3.7. I recommend using a virtual environment.

Select the button below to try this demo in Gitpod

Click here to see how to setup your Sauce Labs credentials in Gitpod

To install all needed dependencies, run

pip install -r requirements.txt

To run the simple, unit-style Pytest tests, run

pytest test_unit.py

To run the plain old Selenium tests, run

pytest test_basic_selenium.py

To run the Nerodia tests, run

pytest test_nerodia.py

To run the pytest-selenium tests, run

pytest --driver Saucelabs --variables CHOICE_OF_JSON test_pytest_selenium.py

where CHOICE_OF_JSON is one of chrome.json, safari.json or firefox.json.

To run the Robot test using SeleniumLibrary, run

robot -A chrome_config.txt using_selenium_library.robot

To run the Robot test using the custom Python library, run

robot using_python_keywords.robot

saucecon_tourallthepythonthings's People

Contributors

joshmgrant avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  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.