Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fatihacet/fe-ci
Front End Testing and Continuous Integration
https://github.com/fatihacet/fe-ci
Last synced: about 2 months ago
JSON representation
Front End Testing and Continuous Integration
- Host: GitHub
- URL: https://github.com/fatihacet/fe-ci
- Owner: fatihacet
- Created: 2014-12-19T16:31:15.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-28T01:20:22.000Z (about 10 years ago)
- Last Synced: 2023-03-25T22:40:35.910Z (almost 2 years ago)
- Language: CoffeeScript
- Size: 198 KB
- Stars: 13
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FE-CI (Front End Testing and Continuous Integration) [![Build Status](https://travis-ci.org/fatihacet/FE-CI.svg?branch=master)](https://travis-ci.org/fatihacet/FE-CI) [![Coverage Status](https://img.shields.io/coveralls/fatihacet/FE-CI.svg)](https://coveralls.io/r/fatihacet/FE-CI?branch=master)
This repo demonstrates how to start a new project using best Test Driven Development techniques plus a CI workflow with code coverage support. The technologies, services and libraries used in this repo is CoffeeScript, Grunt, Jasmine, Karma, IstanbulJS, Coveralls and Travis.
The blog post currently in Turkish but I am planning to post another one in English soon.
#### Steps for getting the repository up and running
- clone the repository and cd to repo directory
- npm install
- npm install -g grunt-cli
- npm install -g grunt
- grunt----
Bu repo Front End gelistirme surecleri icin test ve CI entegrasyonlarini en iyi yontemlerle (best practice) yapmayi gosteren [suradaki](http://fatihacet.com/fe-ci) blog post'a aittir. Kodu daha iyi anlayabilmek icin blog post'u okumanizi tavsiye ederim.
Bu projede kullanilan teknoloji, library ve servisler ise Grunt, Jasmine, Karma Test Runner, IstanbulJS, Coveralls.io ve Travis CI olacaktir.
Yapilacak islerin listesi ise su sekilde.
* Modul yonetimi icin `package.json`'imizi olusturacagiz.
* Task'larimizi yonetmek icin `Gruntfile.coffee`'imizi olusturacagiz.
* Uygulamamiza ait kodlari yazacagiz.
* JasmineJS ile uygulamamizin testlerini yazacagiz.
* Testlerimizi calistirmak icin Karma Test Runner'i entegre edecegiz.
* IstanbulJS kullanarak kod coverage raporumuzu elde edecegiz.
* Coveralls.io ile coverage durum ve gecmisimiz
* Travis ile CI entegrasyonu saglamis olacagiz.### Repoyu clone'ladiktan sonra calistirmak icin
- npm install
- npm install -g grunt-cli
- npm install -g grunt
- grunt