Skip to content

Commit

Permalink
added test for aquality tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
AEkaterina committed Oct 3, 2023
1 parent 66ed86f commit cc537c5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
continue-on-error: true

- name: Generate Cucumber JSON Report
run: mvn exec:java -Dexec.mainClass="io.cucumber.core.cli.Main" -Dexec.args="--plugin json:target/cucumber-report.json src/test/java/features"
run: mvn exec:java -Dexec.mainClass="io.cucumber.core.cli.Main" -Dexec.args="--plugin json:target/cucumber-report.json src/test/java/features/test"

- name: Upload Cucumber JSON Report
uses: actions/upload-artifact@v2
Expand Down
13 changes: 13 additions & 0 deletions src/test/java/features/test/test.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Feature: test for Aquality

@aquality
Scenario: Check the possibility of editing data in search field in LYRASIS Reads
When Close tutorial screen
Then Welcome screen is opened
When Close welcome screen
Then Add library screen is opened
When Add library "LYRASIS Reads" on Add library screen
And Open search modal
And Type text "Book" and save it as 'word'
And Edit data by adding characters in search field and save it as 'newWord'
Then Placeholder contains word 'newWord' text in search field

0 comments on commit cc537c5

Please sign in to comment.