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 429a501460 dom test: changed the path to look for the exercise name instead of index for HTML files 3 years ago
..
Dockerfile dom: update puppeteer version 3 years ago
README.md add instructions to run tests locally for DOM & JS 3 years ago
action-reaction_test.js action-reaction: update test 3 years ago
bring-it-to-life_test.js Test for bring-it-to-life 3 years ago
build-brick-and-break_test.js Make the feedback message more accurate. (#615) 4 years ago
class-that_test.js Test for class-that 3 years ago
entrypoint.sh changed permissions to executable 4 years ago
fifty-shades-of-cold_test.js add entrypoint and Dockerfile and rename 4 years ago
first-words_test.js Test for first-words 3 years ago
get-them-all_test.js add entrypoint and Dockerfile and rename 4 years ago
gossip-grid_test.js add gossip-grid + refactor pick-and-click 4 years ago
harder-bigger-bolder-stronger_test.js add entrypoint and Dockerfile and rename 4 years ago
keycodes-symphony_test.js Fixed the test to handle only alphabet letters like specified in the instructions. (#605) 4 years ago
mouse-trap_test.js Fixed the test of `mouse-trap` + made the instructions more strict. (#609) 4 years ago
nesting-organs_test.js Update test for nesting-organs 3 years ago
package.json fix docker image. update tester to work with docker image remove and solutions 4 years ago
pick-and-click_test.js add gossip-grid + refactor pick-and-click 4 years ago
pimp-my-style_test.js add entrypoint and Dockerfile and rename 4 years ago
select-and-style_test.js select-and-style: test and review 3 years ago
skeleton_test.js skeleton: test and review 3 years ago
subjects add entrypoint and Dockerfile and rename 4 years ago
test.js dom test: changed the path to look for the exercise name instead of index for HTML files 3 years ago
the-calling_test.js the-calling: test and review 3 years ago
where-do-we-go_test.js Created the test for `where do we go`. (#616) 4 years ago
yarn.lock add entrypoint and Dockerfile and rename 4 years ago

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