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

browser test #131

Open
3 of 15 tasks
o-jill opened this issue Dec 6, 2018 · 12 comments
Open
3 of 15 tasks

browser test #131

o-jill opened this issue Dec 6, 2018 · 12 comments

Comments

@o-jill
Copy link
Owner

o-jill commented Dec 6, 2018

i started to use selenium on travis.
i want to test almost all of the features.

  • index.rb
  • news
  • login as admin
  • mypage
  • lounge
  • admin version page
  • game page
  • chat
  • say something to chat
  • watch page
  • search page
  • search games w/ some parameters.
  • register a new user
  • move a piece
  • create a new game
@o-jill
Copy link
Owner Author

o-jill commented Dec 10, 2018

  • index.rb
  • news
  • login as admin
  • mypage
  • lounge
  • admin version page
  • chat
  • watch page
  • search page
  • create a new game
  • game page
  • move a piece
  • say something to chat
  • search games w/ some parameters.
  • register a new user
  • login as a user
  • update some settings in admin pages.

@o-jill
Copy link
Owner Author

o-jill commented Dec 25, 2018

If you want the test failures to represent a build failure, the command-line utility that invokes the tests needs to report a nonzero error code result, e.g. exit(1).

@o-jill
Copy link
Owner Author

o-jill commented Feb 4, 2019

  • index.rb
  • news
  • login as admin
  • mypage
  • lounge
  • admin version page
  • chat
  • watch page
  • search page
  • create a new game on lounge
  • create a new game on the admin page.
  • game page
  • move a piece
  • say something to chat
  • search games w/ some parameters.
  • register a new user
  • login as a user
  • update some settings in admin pages.

@o-jill
Copy link
Owner Author

o-jill commented Feb 10, 2019

  • index.rb
  • news
  • login as admin
  • mypage
  • lounge
  • admin version page
  • chat
  • watch page
  • search page
  • create a new game on lounge
  • create a new game on the admin page.
  • game page
  • move a piece
  • say something to chat
  • search games w/ some parameters.
  • register a new user
  • login as a user
  • update some settings in admin pages.

@o-jill
Copy link
Owner Author

o-jill commented Feb 14, 2019

  • index.rb
  • news
  • login as admin
  • mypage
  • lounge
  • admin version page
  • chat
  • watch page
  • search page
  • create a new game on lounge
  • create a new game on the admin page.
  • game page
  • move a piece
  • say something to chat
  • search games w/ some parameters.
  • register a new user
  • login as a user
  • update some settings in admin pages.
  • update password from mypage
  • update mailaddress from mypage
  • update password from login page (forgot password)

@o-jill
Copy link
Owner Author

o-jill commented Mar 6, 2019

  • index.rb
  • news
  • login as admin
  • mypage
  • update password from mypage
  • update mailaddress from mypage
  • lounge
  • say something to chat in lounge
  • admin version page
  • chat
  • watch page
  • search page
  • create a new game on lounge
  • create a new game on the admin page.
  • game page
  • move a piece
  • search games w/ some parameters.
  • register a new user
  • login as a user
  • update password from login page (forgot password)
  • update some settings in admin pages.

@o-jill
Copy link
Owner Author

o-jill commented Mar 17, 2019

  • index.rb
  • news
  • login as admin
  • mypage
  • update password from mypage
  • update mailaddress from mypage
  • lounge
  • say something to chat in lounge
  • admin version page
  • chat
  • watch page
  • search page
  • create a new game on lounge
  • create a new game on the admin page.
  • game page
  • move a piece
  • search games w/ some parameters.
  • register a new user
  • login as a user
  • update password from login page (forgot password)
  • update some settings in admin pages.
  • byouyomichan

@o-jill
Copy link
Owner Author

o-jill commented Sep 26, 2019

  • index.rb
  • news
  • login as admin
  • mypage
  • update password from mypage
  • update mailaddress from mypage
  • lounge
  • say something to chat in lounge
  • admin version page
  • chat
  • watch page
  • search page
  • create a new game on lounge
  • create a new game on the admin page.
  • game page
  • move a piece
  • search games w/ some parameters.
  • register a new user
  • login as a user
  • update password from login page (forgot password)
  • update some settings in admin pages.
  • byouyomichan

@o-jill
Copy link
Owner Author

o-jill commented Oct 10, 2019

i want to test only around playing a game.

  1. gen a game.
  2. play
  3. that's it!

@o-jill
Copy link
Owner Author

o-jill commented May 22, 2020

i want to test some games which end with king-taking and repetition(sennichite).

@o-jill
Copy link
Owner Author

o-jill commented Jul 3, 2020

i want to check if taikyokuchu.csv and taikyoku.csv are updated well.
and i also want to check draw suggestion behavior.

@o-jill
Copy link
Owner Author

o-jill commented Aug 15, 2021

running byouyomichan simply was supported on github actions.
but it is run after finished all games.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant