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: add "timestamp" field to redux storage #574

Merged
merged 1 commit into from
Jul 19, 2024

Conversation

DudaGod
Copy link
Member

@DudaGod DudaGod commented Jul 17, 2024

What is done:

  • add "timestamp" field to redux storage in order to use from plugins
  • filed "date" will be removed in next major version

Copy link
Member

@KuznetsovRoman KuznetsovRoman left a comment

Choose a reason for hiding this comment

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

Let's also stop using "date" in this PR ourselves.
I suggest to change this label so it would use timestamp instead of date: https://github.com/gemini-testing/html-reporter/blob/master/lib/static/components/controls/report-info.jsx#L18
Otherwise, /ok

case actionNames.INIT_STATIC_REPORT: {
const {timestamp} = action.payload;

console.log('timestamp:', timestamp);
Copy link
Member

Choose a reason for hiding this comment

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

extra console log

@DudaGod DudaGod force-pushed the TESTPLANE-144.add_timestamp branch 2 times, most recently from d975022 to e6dc6b4 Compare July 19, 2024 13:42
@DudaGod DudaGod force-pushed the TESTPLANE-144.add_timestamp branch from e6dc6b4 to c2ed9e2 Compare July 19, 2024 13:49
@DudaGod DudaGod merged commit f5f844c into master Jul 19, 2024
4 checks passed
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.

2 participants