Skip to content

Commit

Permalink
Added the rest e2e project packaging tests
Browse files Browse the repository at this point in the history
Signed-off-by: Elena Khaustova <[email protected]>
  • Loading branch information
ElenaKhaustova committed Sep 4, 2024
1 parent d6f21f9 commit 2afcaef
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions features/package.feature
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,40 @@ Feature: Package and run all starters
Then I should get a successful exit code
When I install the project's python package
And I execute the installed project
Then I should get a successful exit code

Scenario: Package spaceflights-pandas project and run packaged project
Given I have prepared a config file
And I have run a non-interactive kedro new with the starter spaceflights-pandas
When I execute the kedro command "package"
Then I should get a successful exit code
When I install the project's python package
And I execute the installed project
Then I should get a successful exit code

Scenario: Package spaceflights-pandas-viz project and run packaged project
Given I have prepared a config file
And I have run a non-interactive kedro new with the starter spaceflights-pandas-viz
When I execute the kedro command "package"
Then I should get a successful exit code
When I install the project's python package
And I execute the installed project
Then I should get a successful exit code

Scenario: Package spaceflights-pyspark project and run packaged project
Given I have prepared a config file
And I have run a non-interactive kedro new with the starter spaceflights-pyspark
When I execute the kedro command "package"
Then I should get a successful exit code
When I install the project's python package
And I execute the installed project
Then I should get a successful exit code

Scenario: Package spaceflights-pandas-viz project and run packaged project
Given I have prepared a config file
And I have run a non-interactive kedro new with the starter spaceflights-pyspark-viz
When I execute the kedro command "package"
Then I should get a successful exit code
When I install the project's python package
And I execute the installed project
Then I should get a successful exit code

0 comments on commit 2afcaef

Please sign in to comment.