Coder Social home page Coder Social logo

cypress-pop-example's Introduction

Hello World! ๐Ÿ‘‹

GitHub LinkedIn dev.to

I'm Tymoteusz, a computer enthusiast who enjoys coding blunders and unexpected digital adventures. Embracing the spontaneity of "impulse" interactions has led me to some of the most memorable events of my life.

About Me

  • ๐Ÿค– QA enthusiast with a focus on automation
  • ๐ŸŒช๏ธ Process's flow lover
  • ๐ŸŒฒ TypeScript Playwright (also Cypress) user
  • ๐Ÿ Python hobbyist
  • ๐Ÿซ Sweets fan; a bajaderka junky

Academic Background

I completed my education at a IT technical high school, but I'm a firm believer in valuing experience over a degree. The real-world challenges and hands-on experiences have been my greatest teachers.

GitHub Stats

Your GitHub Stats

cypress-pop-example's People

Contributors

403-html avatar dependabot[bot] avatar

cypress-pop-example's Issues

[GA] Creating text reports in PRs

In summary

  • MochaAwesome for creating JSON reports

  • MochaAwesome-merge to merge JSON reports into one

  • [blocker] Creating an npm package to convert JSON -> Markdown [huge task to do] - Done in separate repository

  • Converting MochaAwesome JSON report to Markdown

  • Reading the created markdown and putting it in PR using create-or-update-comment.

  • (optional, not in the first round) Applying code for using Cypress Dashboard

Originally posted by @htd-tstepien in #18 (reply in thread)

Document it

What do we need?

  • how to launch a project
  • what is where, folders/files description, with links to their .md if they have it
  • description of tests, inside test folder
  • description of useful methods we have right now in separate .md and how we can use them
  • description of useful methods on top of Cypress API we have right now in separate .md and how we can use them (example, using localStorage)
  • description of pages objects
  • changelog

Alias utils

  • save value of elem (input) to alias
  • save text of elem (div) to alias
  • use saved alias

Add command to overwrite one property in fixture

-> readFile testData
example testData

{name: "John", surname: "Doe"}

-> you do an update of this name in the object you pulled from testData
changing name in testData obj we got

{name: "Max", surname: "Doe"}

-> you writeFile the updated object that overwrites the old one in testData
we got in testData

{name: "Max", surname: "Doe"}

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.