All Projects → vedovelli → curso-javascript-testes

vedovelli / curso-javascript-testes

Licence: other
Código-fonte do curso "Aprenda a testar Aplicações Javascript"

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to curso-javascript-testes

Javascript Testing Best Practices
📗🌐 🚢 Comprehensive and exhaustive JavaScript & Node.js testing best practices (August 2021)
Stars: ✭ 13,976 (+23193.33%)
Mutual labels:  e2e-tests, unittest, e2e
babel-plugin-remove-test-ids
🐠 Babel plugin to strip `data-test-id` HTML attributes
Stars: ✭ 40 (-33.33%)
Mutual labels:  e2e-tests, e2e
expo-detox-typescript-example
Sample Expo app with e2e tests using detox, jest and typescript
Stars: ✭ 81 (+35%)
Mutual labels:  e2e-tests, e2e
Pending Xhr Puppeteer
Small tool to wait that all xhr are finished in puppeteer
Stars: ✭ 227 (+278.33%)
Mutual labels:  e2e-tests, e2e
ionic-workflow-guide
Create a full and powerful worflow with Ionic (Unit Testing, Environment variables, Automatic documentation, Production App Server, Automatic deployment)
Stars: ✭ 46 (-23.33%)
Mutual labels:  e2e-tests, e2e
Wasmite
Now WebAssembly has proper testing, unit-testing and debugging 🤗
Stars: ✭ 20 (-66.67%)
Mutual labels:  unittest, unittesting
Sakuli
Sakuli is an end-2-end testing and monitoring tool for web sites and common UIs with multiple monitoring integrations
Stars: ✭ 115 (+91.67%)
Mutual labels:  e2e-tests, e2e
playwright-ci
☁️ Set up Playwright in CI
Stars: ✭ 27 (-55%)
Mutual labels:  e2e-tests, e2e
Nimoy
A testing and specification framework for Python 3
Stars: ✭ 76 (+26.67%)
Mutual labels:  tdd, unittest
Bash unit
bash unit testing enterprise edition framework for professionals
Stars: ✭ 419 (+598.33%)
Mutual labels:  tdd, unittest
Testfx
MSTest V2 framework and adapter
Stars: ✭ 391 (+551.67%)
Mutual labels:  tdd, unittest
jest-retry
Jest retry pattern for flaky E2E tests
Stars: ✭ 36 (-40%)
Mutual labels:  e2e-tests, e2e
IridiumApplicationTesting
A&G Web Application Testing Suite
Stars: ✭ 19 (-68.33%)
Mutual labels:  e2e-tests, e2e
cypress-page-object
Represent the screens of your website as a series of objects in your Cypress test suite
Stars: ✭ 23 (-61.67%)
Mutual labels:  e2e-tests, e2e
HTMLTestRunner cn
HTMLTestRunner 汉化版,同时支持python 2和3,增加截图展示功能,失败重试
Stars: ✭ 191 (+218.33%)
Mutual labels:  unittest
software-testing-resource-pack
Various files useful for manual testing and test automation etc.
Stars: ✭ 38 (-36.67%)
Mutual labels:  e2e-tests
RocketXDelight-Playground
Native Android application built with Kotlin and Jetpack Compose. This project also illustrates the usage of advanced libraries such as Ktor, SqlDelight, Hilt, etc with the recommended practices and Unit Tests.
Stars: ✭ 37 (-38.33%)
Mutual labels:  unittest
flake8-aaa
A Flake8 plugin that checks Python tests follow the Arrange-Act-Assert pattern
Stars: ✭ 51 (-15%)
Mutual labels:  tdd
xtd
Free open-source modern C++17 / C++20 framework to create console, forms (GUI like WinForms) and unit test applications on Microsoft Windows, Apple macOS and Linux.
Stars: ✭ 321 (+435%)
Mutual labels:  unittest
book-store
Example of a book store management with MEAN STACK
Stars: ✭ 23 (-61.67%)
Mutual labels:  tdd

Curso "Aprenda a testar Aplicações Javascript".

Acesse o site do curso: javascript.tv.br

Organização do código da aplicação

Este repositório conterá todo o código-fonte do curso. Cada módulo contará com sua própria pasta, que por sua vez viverão dentro de seu branch exclusivo.

Assim, para acessar o código fonte do Módulo 1 basta visitar o branch correspondente: https://github.com/vedovelli/curso-javascript-testes/tree/modulo1

Para ter acesso a todos os commits deste branch, basta acesssar: https://github.com/vedovelli/curso-javascript-testes/commits/modulo1

É bastante útil ter acesso aos commits pois venho tentando fazer um commit ao final de cada aula, então, você poderá ver o código introduzido naquela aula em específico.

Instalação

Para instalar o projeto basta clonar este repositório, navegar até a pasta correspondente (Módulo 1, por exemplo) e nela executar npm install (ou yarn). Após a finalização da instalação das dependências, basta rodar npm run test (ou yarn test) para ver os testes sendo executados.

Dica: analise o conteúdo do package.json para ter acesso a outros scripts de testes!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].