Skip to content

Commit

Permalink
Entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Luc45 committed Apr 8, 2024
1 parent 4b55669 commit 452932d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified qit
Binary file not shown.
2 changes: 1 addition & 1 deletion src/src/LocalTests/E2E/Runner/PlaywrightRunner.php
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ protected function make_projects( array $test_infos ): array {

foreach ( $test_infos as $t ) {
$base_dir = sprintf( '/home/pwuser/%s/%s', $t['extension'], $t['test_tag'] );
$has_entrypoint = file_exists( "$base_dir/entrypoint.spec.js" );
$has_entrypoint = file_exists( "{$t['path_in_host']}/entrypoint.qit.js" );

// Include db-import before each project, except the first one.
if ( $is_first ) {
Expand Down

0 comments on commit 452932d

Please sign in to comment.