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

Feat/automatic e2 e testing #36

Merged
merged 19 commits into from
Dec 4, 2024
Merged

Feat/automatic e2 e testing #36

merged 19 commits into from
Dec 4, 2024

Conversation

jiri-malec
Copy link
Collaborator

Motivation

  • enabled Continous integration.
  • added initial DB backup
  • added CI configuration for pipeline
  • automatic e2e testing setup

Checklist

  • Code follows coding conventions held in this repo
  • Automated tests have been added
  • Tests are passing
  • Docs have been updated (if applicable)
  • Temporary settings (e.g. variables used during development and testing) have been reverted to defaults

How to test

If manual testing is required, what are the steps?

@jiri-malec jiri-malec requested a review from Rumec November 27, 2024 12:02
@jiri-malec jiri-malec self-assigned this Nov 27, 2024
@jiri-malec jiri-malec requested a review from a team as a code owner December 3, 2024 14:05
Copy link
Contributor

@Rumec Rumec left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approve, review OK

let totalHeight = 0;
const distance = 200;
const timer = setInterval(() => {
var scrollHeight = document.body.scrollHeight;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use const instead of var, please.

@Rumec Rumec merged commit 3364725 into main Dec 4, 2024
2 checks passed
@Rumec Rumec deleted the feat/automatic_E2E_testing branch December 4, 2024 11:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants