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

Add selenium to github actions #4730

Merged
merged 11 commits into from
Jan 26, 2021
Merged

Conversation

noisecapella
Copy link
Contributor

@noisecapella noisecapella commented Dec 3, 2020

Pre-Flight checklist

  • Testing
    • Code is tested

What are the relevant tickets?

Fixes #4728

What's this PR do?

Adds steps to run selenium tests in github actions

How should this be manually tested?

Check that selenium tests ran successfully in github actions

@odlbot odlbot temporarily deployed to micromasters-ci-pr-4730 December 3, 2020 18:52 Inactive
@codecov-io
Copy link

codecov-io commented Dec 3, 2020

Codecov Report

Merging #4730 (ff62a34) into master (0165bf4) will increase coverage by 3.52%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4730      +/-   ##
==========================================
+ Coverage   94.41%   97.94%   +3.52%     
==========================================
  Files         512      306     -206     
  Lines       23344    14527    -8817     
  Branches      967        0     -967     
==========================================
- Hits        22040    14228    -7812     
+ Misses       1201      299     -902     
+ Partials      103        0     -103     
Impacted Files Coverage Δ
grades/management/commands/freeze_final_grades.py
ecommerce/factories.py
search/tasks.py
grades/admin.py
micromasters/locks.py
exams/urls.py
ecommerce/admin.py
micromasters/test_utils.py
cms/util.py
search/util.py
... and 196 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0165bf4...ff62a34. Read the comment docs.

@noisecapella noisecapella force-pushed the gs/selenium_github_actions branch from 3700fa8 to 78b8a8d Compare December 3, 2020 19:07
@noisecapella noisecapella temporarily deployed to micromasters-ci-pr-4730 December 3, 2020 19:08 Inactive
@noisecapella noisecapella force-pushed the gs/selenium_github_actions branch from 78b8a8d to d8bc344 Compare December 3, 2020 19:24
@noisecapella noisecapella temporarily deployed to micromasters-ci-pr-4730 December 3, 2020 19:25 Inactive
@noisecapella noisecapella force-pushed the gs/selenium_github_actions branch from d8bc344 to 3d6b41f Compare December 3, 2020 19:45
@noisecapella noisecapella temporarily deployed to micromasters-ci-pr-4730 December 3, 2020 19:45 Inactive
@noisecapella noisecapella force-pushed the gs/selenium_github_actions branch from 3d6b41f to 6e4c174 Compare December 3, 2020 20:19
@noisecapella noisecapella temporarily deployed to micromasters-ci-pr-4730 December 3, 2020 20:19 Inactive
@noisecapella noisecapella force-pushed the gs/selenium_github_actions branch from 6e4c174 to 6d45473 Compare December 4, 2020 17:13
@noisecapella noisecapella temporarily deployed to micromasters-ci-pr-4730 December 4, 2020 17:16 Inactive
@noisecapella noisecapella force-pushed the gs/selenium_github_actions branch from 6d45473 to ed217f1 Compare December 7, 2020 19:41
@noisecapella noisecapella temporarily deployed to micromasters-ci-pr-4730 December 7, 2020 19:41 Inactive
@noisecapella noisecapella force-pushed the gs/selenium_github_actions branch from ed217f1 to b9ab787 Compare December 8, 2020 01:58
@noisecapella noisecapella temporarily deployed to micromasters-ci-pr-4730 December 8, 2020 01:58 Inactive
@noisecapella noisecapella force-pushed the gs/selenium_github_actions branch from b9ab787 to 5bd6d06 Compare December 10, 2020 23:14
@noisecapella noisecapella temporarily deployed to micromasters-ci-pr-4730 December 10, 2020 23:14 Inactive
@noisecapella noisecapella temporarily deployed to micromasters-ci-pr-4730 December 10, 2020 23:26 Inactive
@noisecapella noisecapella temporarily deployed to micromasters-ci-pr-4730 December 10, 2020 23:42 Inactive
@noisecapella noisecapella force-pushed the gs/selenium_github_actions branch from ef02c13 to 4458610 Compare December 11, 2020 13:43
@noisecapella noisecapella temporarily deployed to micromasters-ci-pr-4730 December 11, 2020 13:43 Inactive
@noisecapella noisecapella force-pushed the gs/selenium_github_actions branch from 9124bad to 3ae35b9 Compare January 21, 2021 20:19
Copy link
Contributor

@arslanashraf7 arslanashraf7 left a comment

Choose a reason for hiding this comment

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

👍

@noisecapella noisecapella merged commit 30afec9 into master Jan 26, 2021
@noisecapella noisecapella deleted the gs/selenium_github_actions branch January 26, 2021 20:35
@odlbot odlbot mentioned this pull request Jan 28, 2021
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Run selenium tests via github actions
4 participants