markre94 / atw-workshop-2023

An Repo for atw workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TEST MAPPING WORKSHOP

This repo was created as part of the Test automation Mapping Workshop at Automatyzcja Testów W Praktyce Conference

Note that this repo is not a complete solution, but rather a starting point for the workshop. Full of delibratly broken code.

During Workshop You will work in groups of 3-5 people. Together by exploratory test and code audit you will try to undestand how appliaction works.

Then you will reorginze test and map them to actual business requirements.

For the workshop you will need:

  1. Instaled node and npm
  2. Ide of your choice that is supporing JavaScript
  3. Zoom for communication
  4. Access to slack (send in mail)
  5. Access to fork of this repo (send in mail)
  6. Access to currents.dev (send in mail)

Workshop Author:

Maciej Wyrodek

How to run tests

first you need to install all dependencies npm install

then you can run tests npm test this will run all tests in headless mode

or you can run tests in browser npm run cy:open this will open cypress interface where you can run tests in browser

running test with currents npm currents:local this will run test localy but will raport results to currents.dev Important you will need to change ci-build-id run-team-test3 in package.json to after each run

About

An Repo for atw workshop

License:Creative Commons Zero v1.0 Universal


Languages

Language:JavaScript 100.0%