Giter VIP home page Giter VIP logo

qa_ruby's Introduction

Cucubara

Base project for BDD automation build with Cucumber, Capybara and SitePrism as Page Object Lib. Feel free to clone, change it on your own.

Maybe in the future it'll be transform it to Gem.

Firefox

Installation

  • bundle install

Run examples:

  • bundle exec cucumber features
  • bundle exec cucumber features/test.feature:4
  • bundle exec cucumber features --tags @negative
  • bundle exec cucumber features BROWSER=firefox

Optional Dependencies

Why?

  • I feel most familiar with ruby/cucumber/capybara & site_prism and I think they provide many valuable capabilities with most cleaner and flexible code.
  • I want to learn so I'm happy for any feedback

TODO's

  • prepare some test app and add tests for it
  • cucumber.yml - profiles with html reports by default

Very "Special" features

  • basic environments ready: development, stage & production ready to run from command line
  • basic apps ready: home and admin app with predefined step definitions
  • very basic internationalization handling
  • multi browser support (not tested on OSX and Windows yet)
  • scenario_context to save scenario state for eg. created user credentials from When steps -- to add sth to scenario_context @app.scenario_context[:key] = value -- to get sth from scenario_context @app.scenario_context[:key]
  • tags scheme: @positive, @negative, @skip etc. tags

Tags convention suggestion

  • @postive @negative scenarios...
  • @skip
  • @todo

Version

0.1

License

MIT License (MIT)

qa_ruby's People

Contributors

nitz14 avatar

Stargazers

Marcin Mateusz Hanc avatar

Watchers

 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.