Skip to content

Commit

Permalink
add /save to all explore commands
Browse files Browse the repository at this point in the history
  • Loading branch information
ianjennings authored Sep 13, 2024
1 parent 9803d09 commit 8a43590
Show file tree
Hide file tree
Showing 22 changed files with 44 additions and 22 deletions.
3 changes: 2 additions & 1 deletion testdriver/.generate/test-api-key-generation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
3. /explore Navigate to the API section.
4. /explore Click on the generate API key button.
5. /explore Assert that a new API key is generated.
6. /explore Assert that the generated API key is displayed on the screen.
6. /explore Assert that the generated API key is displayed on the screen.
7. /save
3 changes: 2 additions & 1 deletion testdriver/.generate/test-contact-sales-form.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
3. /explore Assert that the contact sales form is displayed.
4. /explore Fill in the contact sales form fields with test data.
5. /explore Click on the "Submit" button.
6. /explore Assert that a confirmation message is displayed.
6. /explore Assert that a confirmation message is displayed.
7. /save
3 changes: 2 additions & 1 deletion testdriver/.generate/test-content-accuracy.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
1. /explore Focus the browser window.
2. /explore Navigate through various pages on the website.
3. /explore Assert that the content
3. /explore Assert that the content
4. /save
3 changes: 2 additions & 1 deletion testdriver/.generate/test-developer-documentation-page.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
2. /explore Navigate to the developer documentation page.
3. /explore Assert that the documentation page loads without errors.
4. /explore Assert that all sections of the documentation are visible and clickable.
5. /explore Assert that there are no broken links in the documentation.
5. /explore Assert that there are no broken links in the documentation.
6. /save
3 changes: 2 additions & 1 deletion testdriver/.generate/test-error-messages.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
1. /explore Focus the browser window.
2. /explore Trigger any action necessitating an error message
2. /explore Trigger any action necessitating an error message
3. /save
3 changes: 2 additions & 1 deletion testdriver/.generate/test-footer-links.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
3. /explore Assert that the footer is visible.
4. /explore Click on each link in the footer.
5. /explore Assert that each link redirects to the correct page.
6. /explore Assert that there are no broken links in the footer.
6. /explore Assert that there are no broken links in the footer.
7. /save
3 changes: 2 additions & 1 deletion testdriver/.generate/test-homepage-content.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
1. /explore Focus the browser window.
2. /explore Scroll down the homepage.
3. /explore Assert that all sections
3. /explore Assert that all sections
4. /save
3 changes: 2 additions & 1 deletion testdriver/.generate/test-images-loading.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
2. /explore Navigate through various pages on the website.
3. /explore Assert that all images on the site load correctly.
4. /explore Assert that there are no broken image links.
5. /explore Assert that the images are clear and have the correct resolution.
5. /explore Assert that the images are clear and have the correct resolution.
6. /save
3 changes: 2 additions & 1 deletion testdriver/.generate/test-live-chat-functionality.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
4. /explore Assert that the live chat popup is displayed.
5. /explore Enter a test message in the chat box.
6. /explore Assert that a response is received from the chat support.
7. /explore Assert that the conversation is logged correctly.
7. /explore Assert that the conversation is logged correctly.
8. /save
3 changes: 2 additions & 1 deletion testdriver/.generate/test-login-functionality.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
3. /explore Assert that the login form is displayed.
4. /explore Fill in the login form with test credentials.
5. /explore Click the "Login" button.
6. /explore Assert that the user is successfully logged in and redirected to the dashboard.
6. /explore Assert that the user is successfully logged in and redirected to the dashboard.
7. /save
3 changes: 2 additions & 1 deletion testdriver/.generate/test-logout-functionality.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
2. /explore Log in to the website.
3. /explore Click on the user profile link.
4. /explore Click on the logout button.
5. /explore Assert that the user is logged out and redirected to the homepage.
5. /explore Assert that the user is logged out and redirected to the homepage.
6. /save
3 changes: 2 additions & 1 deletion testdriver/.generate/test-main-navigation-links.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
6. /explore Click on "Pricing" link in the main navigation.
7. /explore Assert that the pricing page is loaded.
8. /explore Click on "Developers" link in the main navigation.
9. /explore Assert that the developers page is loaded.
9. /explore Assert that the developers page is loaded.
10. /save
3 changes: 2 additions & 1 deletion testdriver/.generate/test-mobile-navigation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
3. /explore Click on the mobile menu icon.
4. /explore Assert that the mobile navigation menu is displayed.
5. /explore Click on each link in the mobile navigation menu.
6. /explore Assert that each link redirects to the correct page.
6. /explore Assert that each link redirects to the correct page.
7. /save
3 changes: 2 additions & 1 deletion testdriver/.generate/test-newsletter-subscription.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
2. /explore Navigate to the newsletter subscription section.
3. /explore Enter a test email address in the subscription field.
4. /explore Click the subscribe button.
5. /explore Assert that a subscription confirmation message is displayed.
5. /explore Assert that a subscription confirmation message is displayed.
6. /save
3 changes: 2 additions & 1 deletion testdriver/.generate/test-pricing-page.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
3. /explore Assert that the pricing plans are displayed correctly.
4. /explore Assert that there are no broken images or links in the pricing page.
5. /explore Click on each pricing plan.
6. /explore Assert that the user is redirected to the correct sign-up or checkout page for each plan.
6. /explore Assert that the user is redirected to the correct sign-up or checkout page for each plan.
7. /save
3 changes: 2 additions & 1 deletion testdriver/.generate/test-real-time-api-calls.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
3. /explore Navigate to the API testing page.
4. /explore Send a test API call from the UI.
5. /explore Assert that the API call is successful.
6. /explore Assert that the response data is displayed correctly.
6. /explore Assert that the response data is displayed correctly.
7. /save
3 changes: 2 additions & 1 deletion testdriver/.generate/test-resource-page-downloads.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
2. /explore Navigate to the resources page.
3. /explore Click on a downloadable resource link.
4. /explore Assert that the download starts automatically.
5. /explore Assert that the downloaded file is correct.
5. /explore Assert that the downloaded file is correct.
6. /save
3 changes: 2 additions & 1 deletion testdriver/.generate/test-responsiveness.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
1. /explore Focus the browser window.
2. /explore Resize the browser window to various dimensions
2. /explore Resize the browser window to various dimensions
3. /save
3 changes: 2 additions & 1 deletion testdriver/.generate/test-search-functionality.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
4. /explore Type a search term into the search field.
5. /explore Press enter.
6. /explore Assert that the search results page is displayed.
7. /explore Assert that search results are relevant to the search term.
7. /explore Assert that search results are relevant to the search term.
8. /save
3 changes: 2 additions & 1 deletion testdriver/.generate/test-sign-up-form.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
3. /explore Assert that the sign-up form is displayed.
4. /explore Fill in the sign-up form fields with test data.
5. /explore Click the "Sign Up" button.
6. /explore Assert that a confirmation message is displayed or that the user is redirected to a welcome page.
6. /explore Assert that a confirmation message is displayed or that the user is redirected to a welcome page.
7. /save
3 changes: 2 additions & 1 deletion testdriver/.generate/test-social-media-links.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
1. /explore Focus the browser window.
2. /explore Navigate to the homepage.
3. /explore Scroll down to the footer.
4. /explore Click on each social media icon
4. /explore Click on each social media icon
5. /save
3 changes: 2 additions & 1 deletion testdriver/.generate/test-start-building-button.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
1. /explore Focus the browser window.
2. /explore Click on the "Start Building" button on the homepage.
3. /explore Assert that the sign-up or dashboard page is loaded.
3. /explore Assert that the sign-up or dashboard page is loaded.
4. /save

0 comments on commit 8a43590

Please sign in to comment.