<@U0BMF6PDJ> <@U2T92KXP0> Is there possibility to ...
# kontributors
t
@bashor @anton.bannykh Is there possibility to run tests only for 
js
 or 
js/js.translator
 subprojects?
b
you can use task
:js:js.tests:test
to run all tests for both JS BEs
Note you have to regenerate tests after adding a new test data file with
:js:js.tests:generateTests
or by calling
Generate Compiler Tests
run configuration from IDE
👍 1
b
The
test
task should have a dependency on
generateTests
but if you are worried about you can use the
--dry-run
option to see what tasks are executed.
🚫 1
t
Copy code
// EXPECTED_REACHABLE_NODES: 1284
@bashor reachable nodes must be calculated manually?
b
AFAIR it will be added/updated automatically
👌 1
@Burkhard
test
doesn’t depend on
generateTests