Oleksandr Zhurbenko
fb700ed510
Added browser names and versions for the screenshots under /diff and /screen
2017-11-10 13:22:32 -08:00
Oleksandr Zhurbenko
b3a75e71f2
Corrected visual regression config
2017-11-10 12:47:50 -08:00
Oleksandr Zhurbenko
abb75276fa
Added a few different viewports for the test suites
2017-11-10 12:07:14 -08:00
Oleksandr Zhurbenko
152152b65b
Removed browser name from the screenshot names
2017-11-10 11:55:57 -08:00
Oleksandr Zhurbenko
0a8c0c959c
Fixed undefined in the test screenshot names, added width and height
2017-11-10 11:48:50 -08:00
Oleksandr Zhurbenko
9934d90fff
Integrated babel-plugin-react-remove-properties for Selenium tests
2017-11-04 00:38:44 -07:00
Oleksandr Zhurbenko
716de591ed
Integrated webdriver-manager into the testing process
2017-11-03 13:51:14 -07:00
Maxim Khlobystov
cc749d5f01
Starting to cleanup the modals spec: moved login logic to a page object.
2017-11-03 19:33:01 +00:00
Oleksandr Zhurbenko
97c854a003
Fixed example tests
2017-11-03 10:59:54 -07:00
Oleksandr Zhurbenko
25466b30a7
Fixed console warnings in the modals.spec.js
2017-10-30 11:39:48 -07:00
Oleksandr Zhurbenko
05ac42c0ad
Fixed an issue with failing acceptance tests
2017-10-27 16:36:54 -07:00
Oleksandr Zhurbenko
85b6fb6ad1
corrected paths
2017-10-27 13:37:45 -07:00
Oleksandr Zhurbenko
17b988c35e
Moved an acceptance test to the subfolder under /specs
2017-10-27 13:32:32 -07:00
Oleksandr Zhurbenko
0d50bcbfe1
Added waitForExist for the Unmute button to prevent race condition
2017-10-27 13:02:00 -07:00
Maxim Khlobystov
3889efe81b
Removed the visual regression options from the main wdio config file.
2017-10-27 19:14:35 +00:00
Maxim Khlobystov
60d35d845a
Setup the base URL.
2017-10-27 17:10:31 +00:00
Maxim Khlobystov
ecfed1a728
Initial setup work for visual regression testing.
2017-09-18 21:09:21 -04:00
Maxim Khlobystov
9a8a4a2a5e
Added an instance of the mobile Chrome (iPhone 6).
2017-08-28 11:52:15 -04:00
Maxim Khlobystov
0d7072f6c7
Put the logic of typing a username into a separate function, thus avoiding repetition.
2017-08-21 14:29:25 -04:00
Maxim Khlobystov
7819f425d8
Added Google Dev and Firefox Nightly to the browsers list.
2017-08-21 11:42:10 -04:00
Maxim Khlobystov
397a94b1c9
Put the assertion logic that browsers share into a separate utility class, thus avoiding unnecessary code repetition + we are now fetching the base url from the wdio config (not hardcoded anymore).
2017-08-16 12:31:49 -04:00
Maxim Khlobystov
cca17c222e
Got rid of the tests' getting started document (these docs are already on the official docs website).
2017-08-15 11:04:38 -04:00
Maxim Khlobystov
511529c93f
Cleanup: removing some debug code.
2017-08-15 11:02:10 -04:00
Maxim Khlobystov
723532c4a4
Increased the Jasmine default timeout to prevent async-related errors when running the tests on desktop Ubuntu.
2017-08-15 10:44:19 -04:00
Maxim Khlobystov
3d7a35972b
Updated the page object classes according with the multiremote needs.
2017-08-14 12:58:43 -04:00
Maxim Khlobystov
8379d5207c
Updated all the existing landing page specs to support mutiremote mode.
2017-08-14 12:30:14 -04:00
Maxim Khlobystov
4e55403348
Added multiremote to the test runner config.
2017-08-14 10:03:43 -04:00
Maxim Khlobystov
03373b5abe
Make sure the acceptance tests that involve keyboard are not executed on Firefox
...
This commit prevents logging with Enter key from happening in Firefox tests. There's a well-known bug associated with browser.keys() on Firefox. We add an additional check to the Login test specs to prevent that from happening.
2017-06-05 23:42:33 +00:00
Maxim Khlobystov
b0762b9d84
Update the acceptance testing docs
...
This commit does the following updates:
- fixes the misprint that prevented Chrome from being installed
- removes the step of creating the `tools` directory (we don't need this anymore, since the directory is commited now)
2017-06-04 23:52:04 +00:00
Maxim Khlobystov
5b0e0d35eb
Add an empty hidden file inside tools to be able to commit the directory
2017-06-04 23:44:36 +00:00
Maxim Khlobystov
f100563516
Upgrade test reporting
...
This commit does the following:
- adds the Spec test reporter to display all the passed/failed test specs after all the tests finish running
- removes console logging (we don't need it anymore, since we can see the reported results at the end of every test run)
- adds the XML test reporter for easier Jenkins integration
2017-06-04 23:25:51 +00:00
Maxim Khlobystov
48b5ca32cb
Translate the page object classes to ES6
2017-06-03 01:27:29 +00:00
Maxim Khlobystov
584d15d7c6
Fix the JSCS errors introduced by the new testing code
2017-06-03 00:25:39 +00:00
Maxim Khlobystov
41645c315c
Get rid of all the old testing code that can't be run anymore.
2017-05-30 02:04:27 +00:00
Maxim Khlobystov
77c776bd78
Initialize custom command for a login action (not used yet, will be utilized in future tests).
2017-05-30 01:45:30 +00:00
Maxim Khlobystov
b2f09ad1f0
Add Node.js installation step to the docs on acceptance testing.
2017-05-30 01:17:13 +00:00
Maxim Khlobystov
73892627ae
Fix multiple misprints in the acceptance testing docs.
2017-05-30 00:49:39 +00:00
Maxim Khlobystov
5dbd42ce2e
Update the acceptance test docs
...
This commit adds the steps of how to run and configure the acceptance test specs and suites.
2017-05-28 05:32:52 +00:00
Maxim Khlobystov
68de9493a5
Group the login acceptance tests into a single test suite.
2017-05-28 05:07:06 +00:00
Maxim Khlobystov
3cef659a43
Set the test runner to take only those files that have *.conf.js filenames.
2017-05-28 03:30:11 +00:00
Maxim Khlobystov
4703692de8
Start writing the Getting Started guide for the acceptance tests
...
This commit adds the INSTALL.md file with all the steps to get the Selenium server up and running.
2017-05-25 23:43:53 +00:00
Maxim Khlobystov
220fa275b4
Add two test cases to verify that user can't enter the client without a username
...
This commit does the following:
- Adds two specs to test the landing page behaviour with no username entered (clicking the Join button or pressing Enter key)
- Fixes the test case that checks the landing page title (it previously didn't really do the job)
2017-05-22 02:38:42 +00:00
Maxim Khlobystov
d69fc3bfaa
Test both ways of joining HTML5 client from the landing page: clicking the Join button and pressing Enter
...
This commit improves the landing page test spec by introducing the way to enter the client by pressing Enter. We also temporarily switch to Chrome in the main config file due to the bug in Geckodriver that doesn't allow us to use keyboard keys.
2017-05-22 01:56:02 +00:00
Maxim Khlobystov
e6cce3d0e6
Set the Selenium test runner to log everything.
2017-05-22 01:24:41 +00:00
Maxim Khlobystov
0535edf6c1
Upgrade the landing page test to enter the actual HTML5 client
...
This commit adds the action of submitting the landing page form to the test spec.
Note: Geckodriver 0.11.1 has a bug that prevents running our landing page test on Firefox 5.3 (version 5.2 works fine).
2017-05-16 03:15:22 +00:00
Maxim Khlobystov
0c41baa439
Setup wdio + Finish the dummy landing page title test
...
This commit adds the config file for the wdio test runner. Using the packaged runner instead of the particular Jasmine runner allows us to do the following:
- Use the global browser object (simplifies access to the Selenium methods from any particular assertion)
- Avoid installing Jasmine globally
The dummy landing page title test actually does the job now.
2017-05-15 01:29:00 +00:00
Maxim Khlobystov
2013109236
Do initial WebdriverIO setup + Add dummy landing page title test
...
This commit adds 2 packages:
- WebdriverIO main package
- Jasmine integration for WebdriverIO
Dummy landing page spec is created (supposed to test the title, but doesn't actually do that yet). This new spec follows the Page Object pattern.
2017-05-14 03:52:43 +00:00
Oleksandr Zhurbenko
8b4747a89d
Fixed all the 120+ linter warnings
2016-06-27 11:24:37 -07:00
Anton Georgiev
6a92c9400b
restructure modifiers and methods
2016-05-12 17:43:59 +00:00
Anton Georgiev
e299281a0a
move collections out of Meteor
2016-04-28 21:10:43 +00:00
Maxim Khlobystov
76aa113dda
Autofixed most of the linter warnings related to the Airbnb JavaScript Style Guide.
...
Conflicts:
bigbluebutton-html5/client/globals.js
bigbluebutton-html5/client/views/whiteboard/whiteboard.js
bigbluebutton-html5/server/collection_methods/users.js
bigbluebutton-html5/server/server.js
2016-04-06 10:08:08 -03:00
Maxim Khlobystov
1c311fb9cf
Combined two npm configuration files together and put it into the root directory of HTML5 client (required by Meteor to recognize the location of packages installed).
2016-04-06 10:05:52 -03:00