-
Notifications
You must be signed in to change notification settings - Fork 427
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
Tutorial: Automation of web frontend testing using Selenium #1015
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-authored-by: LaraRos <rostami.lara@gmail.com>
Me and @Augustjon are planning to do feedback on this tutorial, our PR is #1051 |
Your proposal looks great! Look forward to your tutorial. I am merging your PR. |
Hi @christian-stj, For the feedback, please add a new PR for the TAs to review, and make a comment with your feedback PR id here. Thanks. |
SophieHYe
pushed a commit
that referenced
this pull request
Apr 29, 2021
…ary (#1117) * doc: Course automation proposal * Add GitHub action that automatically counts task registrations (#918) * Add tutorial proposal (#1015) Co-authored-by: LaraRos <rostami.lara@gmail.com> Co-authored-by: LaraRos <rostami.lara@gmail.com> * Add essay readme (#1020) * Executable Tutorial Proposal: Setting up a Jenkins CI/CD pipeline for deploying to Docker Hub (#1028) * Executable tutorial proposal: integrate TeamCity with Docker (#1025) Co-authored-by: César Soto Valero <cesarsotovalero@gmail.com> * Essay: Comparison of Kubernetes and Nomad (#1023) Co-authored-by: Dina Lerjevik <lerjevik@kth.se> * Essay proposal: BDD in DevOps (#1032) * Update README.md (#1039) * doc: remove confusion about feedback on videos * Update README.md * feat: Added workflow file for bibliography summary action #1008 * doc: Final submission update #1008 * doc: Fixed typos * fix: Changed workflow to use v1 release instead Co-authored-by: Long Zhang <zhanglong3030@qq.com> Co-authored-by: Markus Wesslén <markus.wesslen@gmail.com> Co-authored-by: LaraRos <rostami.lara@gmail.com> Co-authored-by: Justin Arieltan <agriad1@yahoo.com> Co-authored-by: Christopher Gustafson <christopher.gustafson@outlook.com> Co-authored-by: Chen, Zidi <51125655+Chen-Zidi@users.noreply.github.com> Co-authored-by: César Soto Valero <cesarsotovalero@gmail.com> Co-authored-by: dmariel <34478937+dmariel@users.noreply.github.com> Co-authored-by: Dina Lerjevik <lerjevik@kth.se> Co-authored-by: anorangesky <35503355+anorangesky@users.noreply.github.com> Co-authored-by: heeenkie <35926672+heeenkie@users.noreply.github.com> Co-authored-by: Martin Monperrus <martin.monperrus@gnieh.org> Co-authored-by: Sophie H Ye <he_ye_90s@hotmail.com>
monperrus
added a commit
that referenced
this pull request
Sep 15, 2022
…ary (#1117) * doc: Course automation proposal * Add GitHub action that automatically counts task registrations (#918) * Add tutorial proposal (#1015) Co-authored-by: LaraRos <rostami.lara@gmail.com> Co-authored-by: LaraRos <rostami.lara@gmail.com> * Add essay readme (#1020) * Executable Tutorial Proposal: Setting up a Jenkins CI/CD pipeline for deploying to Docker Hub (#1028) * Executable tutorial proposal: integrate TeamCity with Docker (#1025) Co-authored-by: César Soto Valero <cesarsotovalero@gmail.com> * Essay: Comparison of Kubernetes and Nomad (#1023) Co-authored-by: Dina Lerjevik <lerjevik@kth.se> * Essay proposal: BDD in DevOps (#1032) * Update README.md (#1039) * doc: remove confusion about feedback on videos * Update README.md * feat: Added workflow file for bibliography summary action #1008 * doc: Final submission update #1008 * doc: Fixed typos * fix: Changed workflow to use v1 release instead Co-authored-by: Long Zhang <zhanglong3030@qq.com> Co-authored-by: Markus Wesslén <markus.wesslen@gmail.com> Co-authored-by: LaraRos <rostami.lara@gmail.com> Co-authored-by: Justin Arieltan <agriad1@yahoo.com> Co-authored-by: Christopher Gustafson <christopher.gustafson@outlook.com> Co-authored-by: Chen, Zidi <51125655+Chen-Zidi@users.noreply.github.com> Co-authored-by: César Soto Valero <cesarsotovalero@gmail.com> Co-authored-by: dmariel <34478937+dmariel@users.noreply.github.com> Co-authored-by: Dina Lerjevik <lerjevik@kth.se> Co-authored-by: anorangesky <35503355+anorangesky@users.noreply.github.com> Co-authored-by: heeenkie <35926672+heeenkie@users.noreply.github.com> Co-authored-by: Martin Monperrus <martin.monperrus@gnieh.org> Co-authored-by: Sophie H Ye <he_ye_90s@hotmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Members
Markus Wesslén (mwesslen@kth.se) Github: m4reko
Lara Rostami (larasm@kth.se) Github: LaraRos
Proposal
We will create a Katacoda executable tutorial that shows the basics of web frontend testing using the tool Selenium and Python.
This is DevOps related since it is a flavor of test automation.