There are no reviews yet. Be the first to send feedback to the community and the maintainers!
cypress-basico-v2
Repositório da versão 2 do curso básico de Cypress da Escola Talking About Testingcypress-intermediario-v2
Repositório da versão 2 do curso intermediário de Cypress da Escola Talking About Testing no Udemygitlab-cypress
Sample project to experiment with Cypress for testing the GitLab application.curso-cypress-avancado
Repositório do curso avançado de Cypress da Escola Talking About Testingtestes-e2e-com-cypress-v2
Repositório da versão 2 do curso de Testes end-to-end com Cypress da Escola Talking About Testingprotractor-helper
Write robust and flakiness-free tests with Protractor.cy-data-test
Sample project to demonstrate a cy.dataTest Cypress custom command.backstop-config
A simple implementation of BackstopJS for running screenshot comparison tests on static websites.boas-praticas-em-automacao-de-testes-com-cypress
Repositório do curso de boas práticas em automação de testes com Cypress da Escola Talking About Testing.epic-react-fundamentals
My learnings from the React Fundamentals module of the Epic React course, by Kent C. Dodds.select-random-option-from-dropdown
Sample project to demonstrate how to select a random option from a dropdown using Cypress.curso-cypress-intermediario
Repositório do curso intermediário de Cypress da Escola Talking About Testingcy-api-coursify
Sample project to demonstrate the usage of the cypress-plugin-api library.hackernews
This project is based on the book "The Road to React" by Robin Wieruchboas-praticas-em-automacao-de-testes-com-cypress-v2
Repositório da versão 2 do curso de boas práticas com Cypress da Escola Talking About Testing no Udemycysh
This project offers a single shell script that quickly initializes a Cypress testing automation project from scratch.multiple-environments
Sample project to demonstrate how to run Cypress tests on multiple environments based on config files per environment.page-objects-vs-gui-custom-commands
Project to demonstrate Page Objects and GUI custom commands with Cypress.ioreact-date-pickers-mui
Sample project to demonstrate how to interact with Material UI date fields using Cypress.cypress-from-zero-to-the-cloud
Repository of the 🌲 Cypress, from Zero to the Cloud ☁️ course, from the Talking About Testing online school.testes-e2e-com-cypress
Repositório do curso de testes end-to-end com Cypress da Escola Talking About Testingcomplex-vs-simple
TBD.tat-cypress-real-events-hover
Sample project to demonstrate the usage of the cypress-real-events plugin, specifically on how to hover over elements.live-102-a-philosophy-of-software-design
Anotações sobre o livro A philosophy of Software Design, do autor John Ousterhout, o qual é professor do curso de ciência da computação na universidade de Stanford, nos Estados Unidos da América.frontend-and-backend
Sample project with basic "backend" and frontend, running Cypress tests on GitHub Actions.cypress-avancado
Projeto demonstrativo de funcionalidades avançadas do Cypressprotractor-components-and-page-objects
This sample project intends to demonstrate an architecture proposal for writing graphical user interface (GUI) tests with Protractor using a concept of Page Objectes and Components.chapolin-js
Projeto exemplo para demonstrar o uso de módulos em JavaScript.curso-cypress-percy
Repositório do curso de testes de regressão visual com Cypress e Percy da Escola Talking About Testingtestes-e2e-com-cypress-tat-v2
Sample project to demonstrate e2e tests written with Cypress running on GitHub Actions.dynamic-fixtures
Sample project to demonstrate how to generate random fixtures with Cypress.live-65-testes-de-api-com-cypress
https://youtu.be/C8tFAB0pGVstestes-e2e-com-cypress-tat
cy-click
Sample project to demonstrate different situations of clicking with Cypress.mtc-2023-cypress-demo
Sample project for a Cypress vs. Playwright battle at MTC 2023.protractor-code-squad
Repository for code squad's course: software test automation with protroctor.cy-bracket-notation
Sample project to demonstrate how to call Cypress and custom commands using the JS bracket notion, instead of the dot notation.cypress-migrator-tests
Sample project to demonstrate how to test the Cypress Migrator using Cypress itself.hack-env-cy-v10
Sample Cypress project to demonstrate how to run tests on different environments, where each one would have its specific data.auth0-ms-login-with-cypress
TBD.cy-press
A silly Cypress .press() command that simulates pressing a keyboard key.cypress-sem-cucumber
Projeto para demonstrar o uso das palavras-chave Dado/Quando/Então com Cypress sem Cucumbercypress-playground
Cypress Playground app and tests.programmatic-login-with-cypress
Sample project to demonstrate how to programmatically log in using Cypress.page-objects-com-cypress-simples-vs-complexo
Projeto exemplo para a uma Live no Canal Talking About Testing no YouTube (link pra Live abaixo).curso-cypress
Curso básico de automação de testes com Cypress da Escola Talking About Testing.cy-testing-lib-find-by-test-id
Sample project to demonstrate the usage of the cy.findByTestId() command of the @testing-library/cypress lib.linha-de-comando-basico
Material básico sobre linha de comando - uma iniciativa da Escola Talking About Testingintercept-css
Sample project to demonstrate how to intercept and change the application CSS with Cypress.cy-eslint-example
Sample project to demonstrate the rules of eslint-plugin-cypress.protractor-and-webrtc
This project is a code lab to teach the basics for creating end-to-end tests with Protractor for WebRTC applicationsThe-Road-to-GraphQL-studies
A idéia deste repositório é documentar meus aprendizados ao longo dos estudos de GraphQL com base no livro The Road to GraphQL, de Robin Wieruchcy-hands-on-cypress-split
Sample project to demonstrate the usage of the cypress-split plugin to run tests in parallel.hacker-stories
A project written in TypeScript, from the updated version of the book "The Road to Learn React", by Robin Wieruch.remove-imgs
Sample project to demonstrate the usage of prev() and next() Cypress commands.cy-api-testing-errors
Sample project to demonstrate how to test API error scenarios using Cypress.io.cypress-advanced-course
Project from the advanced Cypress course of the Talking About Testing schoolcy-hands-on-select-file
Sample project to demonstrate how to use the `selectFile` functionality available on Cypress v9.3.0.EngageSphere
The EngageSphere web application is aimed at our salespeople so they can access our customer's contact information.cy-en-pt
Sample project to demonstrate how to test a website that has versions in two different languages (EN and PT-BR.)cucumber-soh-na-salada
Cucumber só na saladawlsf82
My GitHub profileEngageSphere-Test-Design-Masterclass-turma-2
Sample project with a Node.js backend and a React frontend.como-aprendi-cypress-ensinando-cypress
Palestra no GUTS-RS em 21 de Maio de 2022 - https://youtu.be/PuoFnGN70LApage-objects-anonimos
cypress-intermediate-course
An intermediate course of test automation with Cypress from the Talking About Testing schoolprotractor-style-guide
This project is an example of some items in the Protractor's style guide.cy-postgresql
Sample project to demonstrate how to interact with a PostgreSQL DB using Cypress.tat-cypress-intermediate-course-v2
Learn how to optimize your Cypress tests.cypress-skills-checklist
Checklist para avaliação de habilidades em desenvolvimento de testes automatizados com Cypress.learning-about-testing
Learning About Testing Portalage-finder
This is simple React app to demonstrate how to test date fields using Cypress.multiple-environments-with-different-values
Sample project to demonstrate how to run Cypress tests on multiple environments using command line envs.protractor-todomvc
This repository was created to share some tests that I did, to demonstrate the basic use of Protractor for end to end testing for AngularJS appscypress-searching-tests
Sample Cypress tests to demo different ways of submitting a form.cy-session
Sample project to demonstrate the usage of Cypress' experimental feature cy.session().curso-protractor-tat
Projeto para o curso de Protractor da Escola TATcurso-tat-protractor
Sample web app for the test architecture course with Protractor of the TAT online schoolmultiple-domains-in-a-single-cypress-test
Sample project to demonstrate the cy.origin command, available in expermental mode on Cypress v9.6.0.js-sync-and-async
Este texto foi produzido pelo ChatGPT com co-autoria de Walmyr Lima e Silva Filho.cy-typeform
Sample project to experiment with Cypress & TypeScript for testing the Typeform web app.test-automation-with-protractor-course
A course from the Talking About Testing Schoolmundo-paralelo
Projeto exemplo para demonstrar paralelização de testes automatizados com Cypress e GitHub Actions.copy-to-clipboard
Sample project to demonstrate how to test copy to clipboard with Cypress.cypress-basic-course
Basic course of test automation with Cypress from the Talking About Testing.Anagram
Sample project with a 'isAnagram' function, which accepts two words as inputs, and returns true if the second word is the anagram of the first, and false otherwise.cy-table
Sample project to demonstrate how to navigate and assert on HTML tables using Cypress.cy-exec
Sample project to demonstrate the usage of the cy.exec() command.node-and-express
A simple node app from the 'Introduction to Node and Express' course from ericelliottjs.com.curso-backstopjs-tat
Projeto para o curso de BackstopJS da Escola TATtamara-fontanalla
Sample Cypress projectlive-tat-pergunte-me-qq-coisa-parte-5
https://youtu.be/gcSUQfmA7SMEngageSphere-Test-Design-Masterclass-TAT
Sample project with a Node.js backend and a React frontend.cy-ctrl-v
Sample project to demonstrate the usage of the `cy.invoke` command, to overwrite the value of a `textarea` field.faker-experiments
Protractor tests to experiment faker.jscypress-percy
Repositório do projeto de testes de regressão visual com Cypress e Percy da mentoria da Talking About Testing.cypress-puppeteer-plugin-demo
Sample project to demonstrate the usage of the @cypress/puppeteer [beta] plugin.vrt-cat-tat
Sample project to experiment with Visual Regression Tracker.file-download-test
Sample project to demonstrate how to test file download using Cypress.cy-press-lib-example
A sample project to demonstrate the usage of the .press() command of @walmyr-filho/cy-press library.Love Open Source and this site? Check out how you can help us