GithubHelp home page GithubHelp logo

stg-cert-python's Introduction

STG Python Certification Training

This is the certification given as part of the STG Training we do weekly in the Autobots group at QA at the Point. This repo is meant to be an example and reference.

View the certification and challenges: https://bitly.com/STGpythonwebdriver

Setup

  1. Install chromedriver

    • with brew (recommended)

      • $ brew cask install chromedriver
    • without brew

      • download chromedriver executable and put its filepath into driver factory
  2. Install packages and dependencies

    • with pipenv (recommended)

      • $ pipenv install
      • This will install all required packages and dependencies in the Pipfile
    • without pipenv

      • $ pip install <package-name> for each package in Pipfile

pytest Test Framework

We are using pytest to run our tests. For example, to run tests in challenge 1 via the CLI:

$ pytest tests/test_ch1.py

PyCharm

We are doing the training with the PyCharm IDE, but you are welcome to use any editor.

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.