learningequality / kolibri-design-system

Kolibri Design System
https://design-system.learningequality.org
25 stars 61 forks source link

Visual Testing: Replace the current run script to use `concurrently` #676

Closed AlexVelezLl closed 1 week ago

AlexVelezLl commented 2 weeks ago

Description

Currently for the visual testing project, we need to run the dev server and percy to be able to run the tests. At the moment to do this, we are calling a script runVisualTests.js that sets up the server and runs the tests once the server is ready, but this is an approach that can be replaced with more suitable tools such as concurrently.

KshitijThareja commented 2 weeks ago

Thanks @AlexVelezLl for creating the follow-up issue. Will have the PR up soon :+1:

AlexVelezLl commented 1 week ago

Closed by #677