You are viewing a plain text version of this content. The canonical link for it is here.
Posted to submarine-dev@hadoop.apache.org by GitBox <gi...@apache.org> on 2019/10/28 17:00:30 UTC

[GitHub] [hadoop-submarine] kevin85421 opened a new pull request #69: SUBMARINE-180. E2E Test Framework

kevin85421 opened a new pull request #69: SUBMARINE-180. E2E Test Framework
URL: https://github.com/apache/hadoop-submarine/pull/69
 
 
   ### What is this PR for?
   To promise the functionality of workbench-web, we add the E2E test framework to this project.
   
   
   ### What type of PR is it?
   Feature
   
   ### Todos
   * Check the accuracy of E2E test framework on different OS.
   * Add Logger.
   * After the web page finishes, we will add more front-end test cases.
   
   ### What is the Jira issue?
   * https://issues.apache.org/jira/browse/SUBMARINE-180
   
   ### How should this be tested?
   * Step1:
   ```
   cd hadoop-submarine/submarine-test/e2e
   ```
   * Step2-1: (Ubuntu)
   ```
   mvn verify
   ``` 
   * Step2-2: (MacOS)
   ```
   mvn clean install -U
   ```
   * After we execute the command in Step2, it will open the firefox browser, and then enter the string "admin" in the "id" and "password" blank.
   * The result is showed in the following screenshot.
   ### Screenshots (if appropriate)
   ![螢幕快照 2019-10-29 上午12 57 48](https://user-images.githubusercontent.com/20109646/67699523-3d235c80-f9e7-11e9-9789-c6249e25159f.png)
   
   ### Questions:
   * Does the licenses files need update? No
   * Is there breaking changes for older versions? No
   * Does this needs documentation? Yes
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services