Code Monkey home page Code Monkey logo

testautomation-python-ui-project's Introduction

TestAutomationCourse-python-ui-project

Python UI project for Test Automation Course

Run Python Tests

How to run tests from one file

In terminal execute:

python -m unittest -v tests/your_test_file.py

How to run specific test (or test method) from test class

python tests/your_test_file.py YourClass.test_method -v

How to run all tests

python -m unittest discover tests "*.py" -v

How to make a PR with your changes into this repository

  • Fork repository in GitHub
  • From forked repository make a copy to your local machine
  • Create a new branch (use descriptive name)
  • Make changes (add tests)
  • Commit changes into the branch
  • Push changes into forked repository
  • Make a PR from your forked repository into this repo
  • Add reviewers
  • And send a message in our channel with a link to your PR
  • Note! If there are failures, please review logs and failed tests, and fix them!

How can I contribute to this repository

  • There are 2 or more ways to do it
    • Add more UI tests
    • Add test cases as a documentation
    • Improve current repository via adding a new functionality or posting any issues or ideas/improvements on issues tab

testautomation-python-ui-project's People

Contributors

burhanh avatar stan575 avatar 9kovlev avatar val-kan avatar mariasmart7 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.