Skip to content

Instantly share code, notes, and snippets.

@M-ZubairAhmed
Last active May 11, 2021 10:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save M-ZubairAhmed/07b1b90163a9c3c83a70f19103d68b8a to your computer and use it in GitHub Desktop.
Save M-ZubairAhmed/07b1b90163a9c3c83a70f19103d68b8a to your computer and use it in GitHub Desktop.
My meetups descriptions

My meetup descriptions

In the following you can find small introductions to my meetups

repo image

Modern ways of end to end testing with Cypress

M-ZubairAhmed

Description

Cypress is a next generation front end testing tool built for the modern web. It is most often compared to Selenium; however Cypress is both fundamentally and architecturally different. Cypress is not constrained by the same restrictions as Selenium. This enables you to write faster, easier and more reliable tests.

Session plan

In this meetup, we will look at the following

  • How to setup tests on a simple functional web app
  • What makes great test cases
  • Writing meaningful tests
  • Running automated tests in browser
  • Debugging

Recomendations

This will be mostly hands on session, where you will write most of the code and i will walk you though.

  • Please bring your laptops.
  • Some basic knowledge of javascript is recommended.

repo image

Setting up Webpack for a react project doesnt have to be scary 👻

M-ZubairAhmed

Description

Webpack is a JavaScript module bundler that allows you to organize your code, make it modular, and create more maintainable applications. It has become one of the most popular tools for modern web development. In addition, webpack has features available to actually help you with web performance.

In this session, at the following

  • How does webpack work
  • Features of webpack
  • Setup a simple react application make it bundeled with Wepback.
  • Hands on session
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment