The purpose of this repo is to have interviewees be able to look over Cypress cucumber code in a semi-real world setup. The main branch should be kept clean and readable.
You will be given a link to a specific pull request(PR). You will walk through the PR with a developer. Your job is to comment on and question the code within the PR.
-
If you don't know what something does, ask.
-
If something looks wrong, bring it up. Help brainstorm potential alternative solutions.
-
If you have an opinion, state it.
Try to answer any questions the interviewee asks about the PR.
Keep the main branch clean and free of any and all secrets.
( You do not need to set up this repo for the interview )
Clone repo
git clone git@github.com:JessePomerenk/Cypress_Cucumber.git
Install dependencies
npm install
npx cypress open
Not all of these will apply to this repo as we are using cucumber on top of cypress