GithubHelp home page GithubHelp logo

anthrax3 / mattermost-selenium Goto Github PK

View Code? Open in Web Editor NEW

This project forked from esethna/mattermost-selenium

0.0 0.0 0.0 1.04 MB

Automated Selenium UI Tests

Makefile 0.03% Shell 0.17% HTML 91.64% Java 8.16%

mattermost-selenium's Introduction

Mattermost Selenium

Setup for Mac:

  1. Make sure you have the latest versions of Firefox and Chrome installed.
  2. Install the Selenium IDE from http://www.seleniumhq.org/
  3. Install java JDK 1.8 from http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
  4. Set export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home in your .bash_profile
  5. Install Maven from http://maven.apache.org/install.html
  6. Verify Maven in installed correctly with mvn -version
  7. Start a local Mattermost server
  8. Run make

Selenium IDE Setup:

Options > Options ... > Format

Select Java / JUnit 4 / WebDriver

Set the following properties

Variable for Selenium instance:

driver

Package:

com.mattermost.selenium.tests

Header:

package ${packageName};

import com.mattermost.selenium.DriverBase;

import org.junit.*;
import static org.junit.Assert.*;
import static org.hamcrest.CoreMatchers.*;

import org.openqa.selenium.*;
import org.openqa.selenium.support.ui.Select;

import org.testng.annotations.Test;

import java.util.regex.Pattern;

public class ${className} extends DriverBase {

    @Test
    public void ${methodName}() throws Exception {

Footer:

    }
}

Indent:

4 spaces

Teams and Users created by the setup script

Team Name: ui-automation

Test Account 1 (System Admin): Email: [email protected] | Password: passwd

Test Account 2 (Team Admin): Email: [email protected] | Password: passwd

Test Account 3 (Normal): Email: [email protected] | Password: passwd

Test Account 4 (Normal): Email: [email protected] | Password: passwd

Also all the accounts are set to bypass the tutorial.

Build machine

  1. Run the script setup-test-machine.sh to configure the machine
  2. Our jenkins job runs
# setup the server for the run
bash -ex ./setup-for-run.sh

export DISPLAY=:99

# run both chrome and firefox automated UI tests
make

Selenium Server

To use Selenium Server you can use the docker-compose file and this will spin up the Selenium Server and two nodes (one Chrome and one Firefox). With that you dont need to install Chrome or Firefox in your local development.

To run (assuming you have docker installed):

$ docker-compose up

mattermost-selenium's People

Contributors

coreyhulen avatar cpanato avatar doh5 avatar lindalu avatar lindalumitchell avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.