You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Marie Malarme 55a8fc520e keycodes-symphony: fix test which was checking property `background` instead of `background-color` 3 years ago
..
Dockerfile
README.md
action-reaction_test.js
bring-it-to-life_test.js
build-brick-and-break_test.js build-brick-and-break: change files naming & replace deprecated method waitFor in the test 3 years ago
class-that_test.js
entrypoint.sh
fifty-shades-of-cold_test.js fifty-shades-of-cold: change file naming 3 years ago
first-words_test.js
get-them-all_test.js
gossip-grid_test.js gossip-grid: change files naming 3 years ago
harder-bigger-bolder-stronger_test.js
keycodes-symphony_test.js keycodes-symphony: fix test which was checking property `background` instead of `background-color` 3 years ago
mouse-trap_test.js
nesting-organs_test.js
package.json
pick-and-click_test.js
pimp-my-style_test.js pimp-my-style: changed file naming 3 years ago
select-and-style_test.js
skeleton_test.js
subjects
test.js
the-calling_test.js
where-do-we-go_test.js where-do-we-go: change files naming & fix test (replace deprecated waitFor method and get the width and height of the window) 3 years ago
yarn.lock

README.md

DOM

Tests that use puppeteer to do browser side exercises

Run test locally

Installation

You need node version 14+

# Clone the repo
git clone https://github.com/01-edu/public.git

# go into the dom directory
cd public/dom

# install puppeteer
npm i puppeteer

Executing a test

# run a test
SOLUTION_PATH=/user/you/piscine-repo node test.js exercise-name

The SOLUTION_PATH is the directory where the test should look for your solution, usualy your piscine repository.

The exercise-name argument should match exactly the name of an exercise, not including .js