Giter Club home page Giter Club logo

A. Wolkonowski's Projects

acceptance_test_the_tv_guide icon acceptance_test_the_tv_guide

Acceptance tests are high-level tests that essentially walk through an application as a user would. Acceptance tests will read like a script of a user interacting with our application, ensuring acceptance criteria is met along the way. We might have a test that walks through a user signing up for our app, filling out a form successfully, or viewing a particular item's page. In this challenge you'll continue using your Test Driven Development skills by building out the apps functionality. Test driven development helps create a clean code base with only the code for the exact features we expect users to use. To be great TDD developers, you must first have an acceptance test written before starting on a new feature. Acceptance tests are based on user stories with acceptance criteria, and thus a well-written test thoroughly addresses these criteria. In this challenge, we have written the acceptance tests for the first two user stories. Let the failing tests guide your implementation of these features. Once all the tests are passing, fulfill the last user story by writing new tests and getting the tests to pass. Learning Goals Practice TDD by using Capybara to simulate a user interacting with a web page Writing Capybara tests driven by desired user story behavior

acceptance_testing_pickled_beets icon acceptance_testing_pickled_beets

We have an awesome Sinatra site where users can type in the name of a recipe, and see whether it is delicious or not - based on whether "pickled beets" are in the name! However, we currently have no tests making sure it works. Let's fix that by writing some acceptance tests for each feature of our site! The outlines for each test is provided for you - go into the test files and fill out the tests one by one so that they pass. Instructions First run bundle to bundle the Gemfile. Next, go to the user_checks_a_recipe_spec to get a sense of what the app does. At the top of this spec file, there's a user story and a bunch of acceptance criteria written out. These are purely there for other developers' benefits - they don't effect the running of the tests, but do give you some guidance! Read through the user story and the acceptance criteria. Your job is to fill out the five tests such that they successfully test the acceptance criteria provided! As you're working, each time an acceptance criterion has been fully tested, put an x between the brackets to mark it as complete. That way you and other readers of your code can track your progress!

bands_of_yore icon bands_of_yore

Tweet bot inspired by D&D. Keeps you up to date on your favorite bands of lore.

building_a-database icon building_a-database

You are tasked with taking old CSV data and placing that info into a nice, normalized database. The CSV data represents buildings and their owners. Each record has a name, a zoning type, and a construction type. Notice the duplication of data in the latter two columns.

chillow icon chillow

https://learn.launchacademy.com/teams/online-intensive-1/curricula/online-intensive/lessons/chillow

dark-nebula icon dark-nebula

Dark Nebula is a continuation of Nebula, with more challenges to complete.

diagnostic_simulator icon diagnostic_simulator

See, our Javascript Rocket Engineer (Jerry, for short) was pulling some late nights and... well, our Diagnostic Simulator doesn't really work the way we want it to. We are under some tight deadlines and we could really use the help. Think you can lend a hand?

ecddb icon ecddb

A repository for English Country Dances.

foundation_tutorial icon foundation_tutorial

We're going to practice using Foundation via implementing a design from a wireframe. As a developer, you'll often get or make wireframes that sketch out the approximate look of a web page, like this one. (This wireframe was created using Balsamiq.) In this tutorial, you'll use the files provided to walk through the process of creating a website that looks like this: Normal view Mobile view

gdi-website icon gdi-website

This is the official repository for the Girl Develop It website.

git-interview-baseline icon git-interview-baseline

A bit of curriculum for those who would wish to join Flatiron School curriculum engineering to improve

hacktoberfest icon hacktoberfest

Participate in Hacktoberfest by contributing to any Open Source project on GitHub! Here is a starter project for first time contributors. #hacktoberfest

js-marathon icon js-marathon

The Final Frontier It's time to explore space! But first, we've got to work together and build a spaceship that will get us there! We've provided a shipyard.js file that we're going to use to build our ship, our rockets, our crew, and blast off.

kickball-site icon kickball-site

https://learn.launchacademy.com/teams/online-intensive-1/curricula/online-intensive/lesson_groups/phase_7/lessons/kickball-site

korning icon korning

Information is often transferred between applications in a denormalized format so that it can be stored in a single file. In this challenge you'll receive such a file and define a database schema to store the information in a normalized format and write a script to import data from a CSV.

launcher_league icon launcher_league

https://learn.launchacademy.com/teams/online-intensive-1/curricula/online-intensive/lessons/inheritance-launchers-league

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.