Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🔧 Automated Testing Improvements #32

Open
4 tasks
maofalt opened this issue Jan 2, 2024 · 0 comments
Open
4 tasks

🔧 Automated Testing Improvements #32

maofalt opened this issue Jan 2, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@maofalt
Copy link
Owner

maofalt commented Jan 2, 2024

Description:

We need to improve our automated testing strategy. Here are some tests we could implement, ranging from easy to more complex but useful:

  1. Ping Test for (Easy): A simple script that pings the and checks if it's responsive.

  2. HTTP Request to the Pages (Medium): Tests that send HTTP requests to our pages and check the responses. This can be done using tools like or HTTP libraries in most programming languages.

  3. Service Health Checks (Medium): If our application exposes a health check endpoint, we can write tests that check this endpoint.

  4. Browser Automation Tests (Hard): Tools like Selenium, Puppeteer, or Playwright can automate a real web browser and interact with our pages as a user would. They can be configured to accept self-signed SSL certificates. These tools can be used for end-to-end testing of our application.

Tasks:

  • Implement the Ping Test for
  • Implement the HTTP Request to the Pages
  • Implement the Service Health Checks
  • Implement the Browser Automation Tests
@maofalt maofalt added the enhancement New feature or request label Jan 2, 2024
@maofalt maofalt self-assigned this Jan 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant