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

Set up proper testing #228

Open
mensch72 opened this issue Nov 21, 2022 · 2 comments
Open

Set up proper testing #228

mensch72 opened this issue Nov 21, 2022 · 2 comments
Labels
angular Probably needs Angular-related skills challenging This might take some effort feature A new feature or enhancement help wanted Extra attention is needed not yet ready Not ready for implementation yet --> place in "Discussions" typescript Probably needs Typescript-related skills
Milestone

Comments

@mensch72
Copy link
Collaborator

Currently, testing is done unsystematically during development.
This should obviously be improved, probably using some combination of unit testing and UI testing, e.g. using Appium.

Probably helpful resource: https://ionic.io/blog/introducing-the-ionic-end-to-end-testing-reference-example

@mensch72 mensch72 added feature A new feature or enhancement help wanted Extra attention is needed not yet ready Not ready for implementation yet --> place in "Discussions" challenging This might take some effort typescript Probably needs Typescript-related skills angular Probably needs Angular-related skills labels Nov 21, 2022
@mensch72 mensch72 added this to the First Release milestone Nov 21, 2022
@mensch72
Copy link
Collaborator Author

Possible tools:

  • Appium
  • Cypress
  • Playwright

Another article: https://www.browserstack.com/guide/testing-pyramid-for-test-automation

@mensch72
Copy link
Collaborator Author

Preparing for this now by:

  • $ sudo npm install -g appium
  • $ sudo npm install @appium/doctor --location=global
  • $ npm init wdio
    with mixed success...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
angular Probably needs Angular-related skills challenging This might take some effort feature A new feature or enhancement help wanted Extra attention is needed not yet ready Not ready for implementation yet --> place in "Discussions" typescript Probably needs Typescript-related skills
Projects
None yet
Development

No branches or pull requests

1 participant