GithubHelp home page GithubHelp logo

matmair / example-django-selenium Goto Github PK

View Code? Open in Web Editor NEW

This project forked from percy/example-django-selenium

1.0 0.0 0.0 7.35 MB

An example Django project with selenium tests which are integrated with Percy.

License: MIT License

Python 67.94% CSS 6.41% HTML 25.65%

example-django-selenium's Introduction

Percy Django Selenium Example App

An example Django project with selenium tests which are integrated with Percy.

Install

pip install -r requirements.txt
brew install chromedriver

Usage

cd todoapp/
PERCY_TOKEN=X python manage.py test

Test Case Scenarios

  • Verifies user registration.
  • Verifies user login.
  • Creates active todo object with an authenticated user.
  • Changes the status of todo objects from active to completed
  • Changes the status of todo objects from completed to active.

Takes screenshots if any test case fail.

Demo

selenium-demo

Development of client

pip uninstall percy

And then when you import percy, add the path to your local copy of the client like so:

import sys
sys.path.append('path/to/python-percy-client')
import percy

example-django-selenium's People

Contributors

djones avatar erdem avatar maprules1000 avatar matmair avatar

Stargazers

 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.