Skip to content

Commit

Permalink
add create db command to gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
dizel852 committed Nov 15, 2022
1 parent ec881fc commit bc0f350
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions airbyte-webapp-e2e-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ node {

task e2etest(type: NpmTask) {
dependsOn npmInstall
// create test db
args = ['run', 'createdb']

// If the cypressWebappKey property has been set from the outside (see tools/bin/e2e_test.sh)
// we'll record the cypress session, otherwise we're not recording
def recordCypress = project.hasProperty('cypressWebappKey') && project.getProperty('cypressWebappKey')
Expand Down

0 comments on commit bc0f350

Please sign in to comment.