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

feature AUT-2510_remove-ie-support #428

Merged
merged 1 commit into from
Aug 29, 2022

Conversation

yukipastelcat
Copy link
Contributor

@yukipastelcat yukipastelcat commented Jul 20, 2022

Pull request summary

Related to AUT-2510.

Updated @oat-sa/tao-test-runner and in order to include removal of IE support

How to test

Use http://playground.kitchen.it.taocloud.org/?p=test-ie-support-removal_delivery.git;a=summary to test changes

Checklist

  • New code is covered by tests (if applicable)
  • Tests are running successfully (old and new ones) on my local machine (if applicable)
  • New code is respecting code style rules
  • New code is respecting best practices
  • Feature is working correctly on my local machine (if applicable)
  • Acceptance criteria are respected
  • Pull request title and description are meaningful
  • Pull request's target is not master

- Updated tao-test-runner in order to include removal of IE11 support
@github-actions
Copy link

Version

Target Version 15.15.0
Last version 15.14.0

There are 0 BREAKING CHANGE, 1 feature, 0 fix

@yukipastelcat yukipastelcat marked this pull request as ready for review July 21, 2022 10:49
@btamas btamas changed the title feat: update tao-test-runner feature AUT-2510_remove-ie-support Jul 21, 2022
@@ -10,6 +10,6 @@
},
"dependencies": {
"@oat-sa/tao-item-runner": "0.8.1",
"@oat-sa/tao-test-runner": "0.8.2"
"@oat-sa/tao-test-runner": "^0.9.0"
Copy link
Contributor

Choose a reason for hiding this comment

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

As I see, we used exact version in the package.json. Maybe we should continue, even if I don't understand why we did it.

Copy link
Contributor

@jsconan jsconan left a comment

Choose a reason for hiding this comment

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

Works fine. I did not find visible regression from a quick test across TAO

Review Checklist

  • New code is covered by tests (if applicable)
  • Tests are running successfully (old and new ones) on my local machine (if applicable)
  • New code is respecting code style rules
  • New code is respecting best practices
  • New code is not subject to concurrency issues (if applicable)
  • Feature is working correctly on my local machine (if applicable)
  • Acceptance criteria are respected
  • Pull request title and description are meaningful
  • Pull request's target is not master
  • Commits are following conventional commits
  • Commits messages are meaningful
  • Commits are atomic

@yukipastelcat yukipastelcat merged commit 9b9d2ec into develop Aug 29, 2022
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