SlideShare a Scribd company logo
Globalcode – Open4education
Trilha Javascript
Integrando frameworks de teste em
sua aplicação Javascript
Globalcode – Open4education
Agenda
Frameworks de Teste
Bibliotecas de Teste
Demo Jasmine
Demo Mocha
Demo Mocha aplicativo Cordova
Demo Mocha aplicativo Angular2 + Typescript
Globalcode – Open4education
Frameworks de Teste
QUnit
Jasmine
Mocha
Globalcode – Open4education
Bibliotecas de Teste
Karma
Chai
should, expect, assert
Sinon
Protractor
Supertest
Globalcode – Open4education
Demo Jasmine +
Karma
Globalcode – Open4education
Demo Jasmine + Karma
1. Módulos NPM:
gulp, gulp-karma-runner, jasmine-core, karma, karma-chrome-
launcher, karma-html-detailed-repórter, karma-jasmine
2. Inicializar karma.conf.js (karma init
karma.conf.js)
• Especificar jasmine como Framework de teste
• Configurar htmlDetailed reporter
3. Definir tasks gulp para executar karma
4. Definir arquivo de teste usando jasmine
Globalcode – Open4education
Demo Mocha + Karma
Globalcode – Open4education
Demo Mocha + Karma
1. Módulos NPM:
gulp, gulp-karma-runner, ,mocha, karma, karma-chrome-launcher,
karma-html-detailed-repórter, karma-mocha, karma-chai
2. Inicializar karma.conf.js (karma init karma.conf.js)
• especificar jasmine como Framework de teste
• Configurar htmlDetailed reporter
3. Definir tasks gulp para executar karma
4. Definir arquivo de teste usando jasmine
Globalcode – Open4education
Demo Cordova
Testando com Mocha + Karma
Globalcode – Open4education
Demo Cordova
1. Instalar pacotes NPM: mocha ou jasmine
2. Instalar cordova e ripple-emulator via npm
3. Adicionar plataforma no projeto. Exemplo:
cordova platform add android
4. Instalar extensão Cordova Tools no VSCode
5. No VSCode, fazer build do projeto cordova
cordova build
6. Configurar build (ripple emulator) ou debug (configure cordova e use
“simulate android in browser”)
Globalcode – Open4education
Demo Angular2 +
Typescript
Testando com Mocha + Karma
Globalcode – Open4education
Demo Angular2 +
Typescript
1. Instalar pacotes NPM: mocha ou jasmine
2. Modulos Typescript:
typescript, typings, ts-loader, karma-typescript-preprocessor2
3. Inicializar karma.conf.js e especificar mocha e chai
como Frameworks de teste
4. Definir tasks gulp para executar karma
5. Definir arquivo de teste usando chai
Globalcode – Open4education
Contato
João Ronaldo Cunha
joao.cunha@eldorado.org.br
Vinicius Dias
vinicius.dias@eldorado.org.br
Blog
http://talkitbr.com
https://github.com/talkitbr

More Related Content

PDF
TDC 2016 SP - 5 libs de teste JavaScript que você deveria conhecer
Stefan Teixeira
 
PDF
TDC 2016 SP - Continuous Delivery para aplicações Java com ferramentas open-s...
Stefan Teixeira
 
PDF
TDC 2016 Floripa - Testando APIs REST com Supertest e Promises
Stefan Teixeira
 
PDF
Scrum Gathering Portugal 2016 - Containerizing Tests with Docker
Stefan Teixeira
 
PDF
6º Encontro do Grupo de Testes Carioca - Testes em um contexto de Continuous ...
Stefan Teixeira
 
PDF
Meetup AngularJS Rio - Testes e2e para apps AngularJS com Protractor
Stefan Teixeira
 
PDF
Perl Continous Integration
Michael Peters
 
PPTX
Building Open-Source React Components
Zack Argyle
 
TDC 2016 SP - 5 libs de teste JavaScript que você deveria conhecer
Stefan Teixeira
 
TDC 2016 SP - Continuous Delivery para aplicações Java com ferramentas open-s...
Stefan Teixeira
 
TDC 2016 Floripa - Testando APIs REST com Supertest e Promises
Stefan Teixeira
 
Scrum Gathering Portugal 2016 - Containerizing Tests with Docker
Stefan Teixeira
 
6º Encontro do Grupo de Testes Carioca - Testes em um contexto de Continuous ...
Stefan Teixeira
 
Meetup AngularJS Rio - Testes e2e para apps AngularJS com Protractor
Stefan Teixeira
 
Perl Continous Integration
Michael Peters
 
Building Open-Source React Components
Zack Argyle
 

What's hot (20)

PPTX
Building Open-source React Components
Zack Argyle
 
PDF
Managing Modules Without Going Crazy (NPW 2007)
brian d foy
 
PDF
Continuous delivery of your legacy application
ColdFusionConference
 
PDF
Blazing Fast Feedback Loops in the Java Universe
Michał Kordas
 
PDF
How do I write Testable Javascript - Presented at dev.Objective() June 16, 2016
Gavin Pickin
 
PDF
DevOps 及 TDD 開發流程哲學
謝 宗穎
 
PDF
How to Upgrade to the Newest Shiniest Django Version
Susan Tan
 
PPTX
Smarter deployments with octopus deploy
Thibaud Gravrand
 
ODP
Getting your project_started
Adam Culp
 
PDF
Drupalcamp Simpletest
lyricnz
 
PPTX
Unit testing plugins: The 5 W's and an H
Tom Jenkins
 
PPT
Automating Software Releases (Dallas/Ft. Worth Perl Mongers 2004)
brian d foy
 
PPTX
Deployment taken seriously with Octopus Deploy and TeamCity
Tomas Jansson
 
PPTX
Testing API's: Tools & Tips & Tricks (Oh My!)
Ford Prior
 
PDF
Automate Thyself
Ortus Solutions, Corp
 
PDF
How do I Write Testable Javascript so I can Test my CF API on Server and Client
ColdFusionConference
 
PPTX
Power Up Your Build - Omer van Kloeten @ Wix 2018-04
Omer van Kloeten
 
PDF
Jenkins to Gitlab - Intelligent Build-Pipelines
Christian Münch
 
PPT
How to Build and Maintain Quality Drupal Sites with Automated Testing
Acquia
 
PDF
It is easy contributing to open source - JCON 2020
César Hernández
 
Building Open-source React Components
Zack Argyle
 
Managing Modules Without Going Crazy (NPW 2007)
brian d foy
 
Continuous delivery of your legacy application
ColdFusionConference
 
Blazing Fast Feedback Loops in the Java Universe
Michał Kordas
 
How do I write Testable Javascript - Presented at dev.Objective() June 16, 2016
Gavin Pickin
 
DevOps 及 TDD 開發流程哲學
謝 宗穎
 
How to Upgrade to the Newest Shiniest Django Version
Susan Tan
 
Smarter deployments with octopus deploy
Thibaud Gravrand
 
Getting your project_started
Adam Culp
 
Drupalcamp Simpletest
lyricnz
 
Unit testing plugins: The 5 W's and an H
Tom Jenkins
 
Automating Software Releases (Dallas/Ft. Worth Perl Mongers 2004)
brian d foy
 
Deployment taken seriously with Octopus Deploy and TeamCity
Tomas Jansson
 
Testing API's: Tools & Tips & Tricks (Oh My!)
Ford Prior
 
Automate Thyself
Ortus Solutions, Corp
 
How do I Write Testable Javascript so I can Test my CF API on Server and Client
ColdFusionConference
 
Power Up Your Build - Omer van Kloeten @ Wix 2018-04
Omer van Kloeten
 
Jenkins to Gitlab - Intelligent Build-Pipelines
Christian Münch
 
How to Build and Maintain Quality Drupal Sites with Automated Testing
Acquia
 
It is easy contributing to open source - JCON 2020
César Hernández
 
Ad

Viewers also liked (20)

PDF
Apresentação de Padrões de Design para Aplicativos Móveis.
Hewerson Freitas
 
PDF
TDC2016SP - Trilha BigData
tdc-globalcode
 
DOCX
Liderazgo terminado
Melissa Granados Fonseca
 
PPTX
Partes del computador
Camilo Ospina
 
PPTX
Presentation for handyman
steven cornett
 
PPS
Palacio Gyeongbokgung (Seoul)
F. Ovies
 
PPTX
Ntick tecnología
Martina Ibarra
 
PPTX
MEDIO AMBIENTE
jennifer0112
 
PDF
презентация от РПК групп
Igor Levchuk
 
DOCX
Color clipping
Color Clipping
 
PPTX
Ciudadanía digital
Francisco Donoso
 
PPTX
ProtractorJS for automated testing of Angular 1.x/2.x applications
Binary Studio
 
PDF
TDC 2016 - Animações no iOS
Victor Maraccini
 
PPT
O que a IoT Vai Mudar No Mundo dos_Testes
Alan Jose
 
PDF
TDC2016SP - Como aumentar a retenção no seu produto com práticas de Growth H...
tdc-globalcode
 
PDF
TDC - Design Invisivel
Marcel Müller
 
PDF
Cidades Inteligentes
Isabella Araripe
 
PPT
TDC2016SP - Democracia Aberta e Governo Open Source: Tecnologias, Participaçã...
tdc-globalcode
 
PPT
Tdc2016 eu naogarantoa_qualidade
Diego Blond
 
PPTX
Better End-to-End Testing with Page Objects Model using Protractor
Kasun Kodagoda
 
Apresentação de Padrões de Design para Aplicativos Móveis.
Hewerson Freitas
 
TDC2016SP - Trilha BigData
tdc-globalcode
 
Liderazgo terminado
Melissa Granados Fonseca
 
Partes del computador
Camilo Ospina
 
Presentation for handyman
steven cornett
 
Palacio Gyeongbokgung (Seoul)
F. Ovies
 
Ntick tecnología
Martina Ibarra
 
MEDIO AMBIENTE
jennifer0112
 
презентация от РПК групп
Igor Levchuk
 
Color clipping
Color Clipping
 
Ciudadanía digital
Francisco Donoso
 
ProtractorJS for automated testing of Angular 1.x/2.x applications
Binary Studio
 
TDC 2016 - Animações no iOS
Victor Maraccini
 
O que a IoT Vai Mudar No Mundo dos_Testes
Alan Jose
 
TDC2016SP - Como aumentar a retenção no seu produto com práticas de Growth H...
tdc-globalcode
 
TDC - Design Invisivel
Marcel Müller
 
Cidades Inteligentes
Isabella Araripe
 
TDC2016SP - Democracia Aberta e Governo Open Source: Tecnologias, Participaçã...
tdc-globalcode
 
Tdc2016 eu naogarantoa_qualidade
Diego Blond
 
Better End-to-End Testing with Page Objects Model using Protractor
Kasun Kodagoda
 
Ad

Similar to Javascript test frameworks (20)

PDF
AngularJS Unit Test
Chiew Carol
 
PDF
Beyond AEM Curl Commands
Cliffano Subagio
 
PPTX
Configure jasmine and karma for code coverage
Deepak More
 
PPTX
JavaPerformanceChapter_5
Saurav Basu
 
PDF
Unit Testing with Jest
Maayan Glikser
 
PPTX
Embrace Maven
Guy Marom
 
ODP
Automating OWASP ZAP - DevCSecCon talk
Simon Bennetts
 
ODP
Simon Bennetts - Automating ZAP
DevSecCon
 
PPTX
Maven
Chas Honton
 
PPTX
Useful practices of creation automatic tests by using cucumber jvm
Anton Shapin
 
PPTX
Automation Zaman Now
Ibnu Fajar Yunardi
 
PDF
One commit, one release. Continuously delivering a Symfony project.
Javier López
 
PDF
TDC São Paulo 2019 - Trilha DevTest - Karatê DSL - Automatizando testes de AP...
Samuel Lucas
 
PDF
jQuery plugin & testing with Jasmine
Miguel Parramón Teixidó
 
PPTX
[ApacheCon 2016] Advanced Apache Cordova
Hazem Saleh
 
PPTX
Jakarta EE Test Strategies (2022)
Ryan Cuprak
 
PPT
Selenium-Browser-Based-Automated-Testing-for-Grails-Apps
chrisb206 chrisb206
 
PPTX
Cpsc 473 01 lightning talk
Ketul Shah
 
PPTX
Guide you to optimize and speed up your Joomla site quickly
vandon.com.vn
 
PDF
Testing your application on Google App Engine
Inphina Technologies
 
AngularJS Unit Test
Chiew Carol
 
Beyond AEM Curl Commands
Cliffano Subagio
 
Configure jasmine and karma for code coverage
Deepak More
 
JavaPerformanceChapter_5
Saurav Basu
 
Unit Testing with Jest
Maayan Glikser
 
Embrace Maven
Guy Marom
 
Automating OWASP ZAP - DevCSecCon talk
Simon Bennetts
 
Simon Bennetts - Automating ZAP
DevSecCon
 
Useful practices of creation automatic tests by using cucumber jvm
Anton Shapin
 
Automation Zaman Now
Ibnu Fajar Yunardi
 
One commit, one release. Continuously delivering a Symfony project.
Javier López
 
TDC São Paulo 2019 - Trilha DevTest - Karatê DSL - Automatizando testes de AP...
Samuel Lucas
 
jQuery plugin & testing with Jasmine
Miguel Parramón Teixidó
 
[ApacheCon 2016] Advanced Apache Cordova
Hazem Saleh
 
Jakarta EE Test Strategies (2022)
Ryan Cuprak
 
Selenium-Browser-Based-Automated-Testing-for-Grails-Apps
chrisb206 chrisb206
 
Cpsc 473 01 lightning talk
Ketul Shah
 
Guide you to optimize and speed up your Joomla site quickly
vandon.com.vn
 
Testing your application on Google App Engine
Inphina Technologies
 

Recently uploaded (20)

PPTX
AI and Robotics for Human Well-being.pptx
JAYMIN SUTHAR
 
PPTX
Simple and concise overview about Quantum computing..pptx
mughal641
 
PDF
Responsible AI and AI Ethics - By Sylvester Ebhonu
Sylvester Ebhonu
 
PDF
How ETL Control Logic Keeps Your Pipelines Safe and Reliable.pdf
Stryv Solutions Pvt. Ltd.
 
PDF
How Open Source Changed My Career by abdelrahman ismail
a0m0rajab1
 
PDF
Automating ArcGIS Content Discovery with FME: A Real World Use Case
Safe Software
 
PDF
MASTERDECK GRAPHSUMMIT SYDNEY (Public).pdf
Neo4j
 
PDF
Tea4chat - another LLM Project by Kerem Atam
a0m0rajab1
 
PDF
AI Unleashed - Shaping the Future -Starting Today - AIOUG Yatra 2025 - For Co...
Sandesh Rao
 
PPTX
The Future of AI & Machine Learning.pptx
pritsen4700
 
PDF
Orbitly Pitch Deck|A Mission-Driven Platform for Side Project Collaboration (...
zz41354899
 
PDF
Doc9.....................................
SofiaCollazos
 
PDF
Brief History of Internet - Early Days of Internet
sutharharshit158
 
PPTX
The-Ethical-Hackers-Imperative-Safeguarding-the-Digital-Frontier.pptx
sujalchauhan1305
 
PPTX
Applied-Statistics-Mastering-Data-Driven-Decisions.pptx
parmaryashparmaryash
 
PDF
Unlocking the Future- AI Agents Meet Oracle Database 23ai - AIOUG Yatra 2025.pdf
Sandesh Rao
 
PPTX
IT Runs Better with ThousandEyes AI-driven Assurance
ThousandEyes
 
PDF
A Strategic Analysis of the MVNO Wave in Emerging Markets.pdf
IPLOOK Networks
 
PPTX
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
 
PDF
Research-Fundamentals-and-Topic-Development.pdf
ayesha butalia
 
AI and Robotics for Human Well-being.pptx
JAYMIN SUTHAR
 
Simple and concise overview about Quantum computing..pptx
mughal641
 
Responsible AI and AI Ethics - By Sylvester Ebhonu
Sylvester Ebhonu
 
How ETL Control Logic Keeps Your Pipelines Safe and Reliable.pdf
Stryv Solutions Pvt. Ltd.
 
How Open Source Changed My Career by abdelrahman ismail
a0m0rajab1
 
Automating ArcGIS Content Discovery with FME: A Real World Use Case
Safe Software
 
MASTERDECK GRAPHSUMMIT SYDNEY (Public).pdf
Neo4j
 
Tea4chat - another LLM Project by Kerem Atam
a0m0rajab1
 
AI Unleashed - Shaping the Future -Starting Today - AIOUG Yatra 2025 - For Co...
Sandesh Rao
 
The Future of AI & Machine Learning.pptx
pritsen4700
 
Orbitly Pitch Deck|A Mission-Driven Platform for Side Project Collaboration (...
zz41354899
 
Doc9.....................................
SofiaCollazos
 
Brief History of Internet - Early Days of Internet
sutharharshit158
 
The-Ethical-Hackers-Imperative-Safeguarding-the-Digital-Frontier.pptx
sujalchauhan1305
 
Applied-Statistics-Mastering-Data-Driven-Decisions.pptx
parmaryashparmaryash
 
Unlocking the Future- AI Agents Meet Oracle Database 23ai - AIOUG Yatra 2025.pdf
Sandesh Rao
 
IT Runs Better with ThousandEyes AI-driven Assurance
ThousandEyes
 
A Strategic Analysis of the MVNO Wave in Emerging Markets.pdf
IPLOOK Networks
 
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
 
Research-Fundamentals-and-Topic-Development.pdf
ayesha butalia
 

Javascript test frameworks